Guest User

Untitled

a guest
Jan 17th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. $template = '<?php';
  2. $template = '<'.'?'.'php'.'n';
  3.  
  4. <?php
  5. $template = '<?php';
  6. echo $template;
  7. $template = '<'.'?'.'php'.'n';
  8. echo $template;
  9. ?>
  10.  
  11. <?php<?phpn
  12.  
  13. <?php
  14. $template = '<?php';
  15. ?>
  16. <script language="javascript">
  17. alert(<?php echo """.$template."""; ?>);
  18. </script>
  19.  
  20. <?php
  21.  
  22. $template = '<?php';
  23. echo htmlentities($template);
  24.  
  25. ?>
Add Comment
Please, Sign In to add comment