3v4l.org

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

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

End of function ra

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.7 ms | 942 KiB | 17 Q