3v4l.org

run code in 300+ PHP versions simultaneously
<?php function mu(){ $string = function_get_args(); print $string; } mu("hello, world"); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8gUMl
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   INIT_FCALL                                               'mu'
          1        SEND_VAL                                                 'hello%2C+world'
          2        DO_FCALL                                      0          
    7     3      > RETURN                                                   1

Function mu:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8gUMl
function name:  mu
number of ops:  5
compiled vars:  !0 = $string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'function_get_args'
          1        DO_FCALL                                      0  $1      
          2        ASSIGN                                                   !0, $1
    4     3        ECHO                                                     !0
    5     4      > RETURN                                                   null

End of function mu

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.8 ms | 1396 KiB | 14 Q