3v4l.org

run code in 300+ PHP versions simultaneously
<?php spl_autoload_register('testing'); function testing($path) { echo $path; exit; } new \My\Foo;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WpoGg
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'spl_autoload_register'
          1        SEND_VAL                                                 'testing'
          2        DO_ICALL                                                 
    8     3        NEW                                              $1      'My%5CFoo'
          4        DO_FCALL                                      0          
          5        FREE                                                     $1
          6      > RETURN                                                   1

Function testing:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/WpoGg
function name:  testing
number of ops:  4
compiled vars:  !0 = $path
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
    4     1        ECHO                                                     !0
    5     2      > EXIT                                                     
    6     3*     > RETURN                                                   null

End of function testing

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.54 ms | 1394 KiB | 15 Q