3v4l.org

run code in 500+ PHP versions simultaneously
<?php namespace NS; function ff() { var_dump(__FUNCTION__); } function run(callable $f) { $f(); } run('NS\ff');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9VC66
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   10     0  E >   INIT_NS_FCALL_BY_NAME                                        'NS%5Crun'
          1        SEND_VAL_EX                                                  'NS%5Cff'
          2        DO_FCALL                                          0          
          3      > RETURN                                                       1

Function ns%5Cff:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9VC66
function name:  NS\ff
number of ops:  4
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    5     0  E >   INIT_NS_FCALL_BY_NAME                                        'NS%5Cvar_dump'
          1        SEND_VAL_EX                                                  'NS%5Cff'
          2        DO_FCALL                                          0          
          3      > RETURN                                                       null

End of function ns%5Cff

Function ns%5Crun:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9VC66
function name:  NS\run
number of ops:  4
compiled vars:  !0 = $f
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    7     0  E >   RECV                                                 !0      
    8     1        INIT_DYNAMIC_CALL                                            !0
          2        DO_FCALL                                          0          
    9     3      > RETURN                                                       null

End of function ns%5Crun

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
218.11 ms | 2134 KiB | 15 Q