Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. <?php
  2. function hi()
  3. {
  4. echo "Hello, World!";
  5. }
  6. hi();
  7. ?>
  8.  
  9. <?function hi(){echo"Hello, World!";}hi();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement