3v4l.org

run code in 300+ PHP versions simultaneously
<?php function juhuhu($a, $b = NULL, $c = 154) { var_dump(func_get_args()); } juhuhu('ano');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JVIpk
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   INIT_FCALL                                               'juhuhu'
          1        SEND_VAL                                                 'ano'
          2        DO_FCALL                                      0          
          3      > RETURN                                                   1

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

End of function juhuhu

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
182.99 ms | 1396 KiB | 16 Q