3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace A; function var_dump($a) { \var_dump("lol"); } var_dump("e"); \var_dump("jj");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/v3K7O
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_NS_FCALL_BY_NAME                                    'A%5Cvar_dump'
          1        SEND_VAL_EX                                              'e'
          2        DO_FCALL                                      0          
    8     3        INIT_FCALL                                               'var_dump'
          4        SEND_VAL                                                 'jj'
          5        DO_ICALL                                                 
          6      > RETURN                                                   1

Function a%5Cvar_dump:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/v3K7O
function name:  A\var_dump
number of ops:  5
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
    5     1        INIT_FCALL                                               'var_dump'
          2        SEND_VAL                                                 'lol'
          3        DO_ICALL                                                 
    6     4      > RETURN                                                   null

End of function a%5Cvar_dump

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.35 ms | 1394 KiB | 15 Q