Advertisement
Guest User

Untitled

a guest
May 25th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. [ 0][Sat May 25 11:05:07 -0500 -- alvarezp@alvarezp-samsung:~]
  2. $ php -f <(echo '<?php print("hello\n"); ?>')
  3. ?php print("hello\n"); ?>
  4.  
  5. [ 0][Sat May 25 11:05:11 -0500 -- alvarezp@alvarezp-samsung:~]
  6. $ php -f <(echo ' <?php print("hello\n"); ?>')
  7. hello
  8.  
  9. [ 0][Sat May 25 11:05:19 -0500 -- alvarezp@alvarezp-samsung:~]
  10. $ php -f <(echo -- '<?php print("hello\n"); ?>')
  11. - hello
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement