3v4l.org

run code in 300+ PHP versions simultaneously
<?php example(10); function example($argument) { unset($argument); var_dump(func_get_args()); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mu58g
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'example'
          1        SEND_VAL_EX                                              10
          2        DO_FCALL                                      0          
    9     3      > RETURN                                                   1

Function example:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mu58g
function name:  example
number of ops:  7
compiled vars:  !0 = $argument
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV                                             !0      
    7     1        UNSET_CV                                                 !0
    8     2        INIT_FCALL                                               'var_dump'
          3        FUNC_GET_ARGS                                    ~1      
          4        SEND_VAL                                                 ~1
          5        DO_ICALL                                                 
    9     6      > RETURN                                                   null

End of function example

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.3 ms | 1394 KiB | 15 Q