Advertisement
Guest User

Untitled

a guest
Apr 7th, 2013
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. cat test3.php && php -d vld.active=1 -d vld.execute=0 -f test3.php
  2. <?php echo "1"; ?>2<?php echo "3"; ?>
  3. Finding entry points
  4. Branch analysis from position: 0
  5. Return found
  6. filename: /home/???/test3.php
  7. function name: (null)
  8. number of ops: 9
  9. compiled vars: none
  10. line # * op fetch ext return operands
  11. ---------------------------------------------------------------------------------
  12. 1 0 > EXT_STMT
  13. 1 ECHO '1'
  14. 2 NOP
  15. 3 EXT_STMT
  16. 4 ECHO '2'
  17. 5 EXT_STMT
  18. 6 ECHO '3'
  19. 2 7 EXT_STMT
  20. 8 > RETURN 1
  21.  
  22. branch: # 0; line: 1- 2; sop: 0; eop: 8
  23. path #1: 0,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement