3v4l.org

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

Function juhuhu:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/moWla
function name:  juhuhu
number of ops:  6
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        FUNC_GET_ARGS                                    ~1      
          3        SEND_VAL                                                 ~1
          4        DO_ICALL                                                 
    6     5      > RETURN                                                   null

End of function juhuhu

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.62 ms | 1397 KiB | 16 Q