3v4l.org

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

Function testrenz:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9I3UX
function name:  testRenz
number of ops:  6
compiled vars:  !0 = $args
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   FUNC_GET_ARGS                                    ~1      
          1        ASSIGN                                                   !0, ~1
    5     2        INIT_FCALL                                               'var_dump'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                                 
    6     5      > RETURN                                                   null

End of function testrenz

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.24 ms | 1396 KiB | 16 Q