Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. <?php
  2.  
  3.     echo "hello"; //comment
  4.  
  5.     #comment
  6.  
  7.     /* comment */
  8.  
  9.     function poop( $dick, "cheese" ) {
  10.         $anus = "milk" . 2;
  11.     }
  12.  
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement