3v4l.org

run code in 300+ PHP versions simultaneously
<?php set_error_handler(function(){ print_r(debug_backtrace()); }); class x { static function y() { echo $blaat; include '/tmp/asdf.php'; } } x::y();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gj9Nd
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'set_error_handler'
          1        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2Fgj9Nd%3A3%240'
          2        SEND_VAL                                                 ~0
          3        DO_ICALL                                                 
   14     4        INIT_STATIC_METHOD_CALL                                  'x', 'y'
          5        DO_FCALL                                      0          
          6      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2Fgj9Nd%3A3%240:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gj9Nd
function name:  {closure}
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'print_r'
          1        INIT_FCALL                                               'debug_backtrace'
          2        DO_ICALL                                         $0      
          3        SEND_VAR                                                 $0
          4        DO_ICALL                                                 
          5      > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2Fgj9Nd%3A3%240

Class x:
Function y:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gj9Nd
function name:  y
number of ops:  3
compiled vars:  !0 = $blaat
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   ECHO                                                     !0
   10     1        INCLUDE_OR_EVAL                                          '%2Ftmp%2Fasdf.php', INCLUDE
   11     2      > RETURN                                                   null

End of function y

End of class x.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.21 ms | 1395 KiB | 19 Q