Advertisement
Guest User

Untitled

a guest
Mar 9th, 2013
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. bash-4.2$ cat polyglot.php
  2. print("Hello World!")
  3.  
  4. bash-4.2$ php -r polyglot.php
  5.  
  6. Parse error: syntax error, unexpected $end in Command line code on line 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement