3v4l.org

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

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

End of function myfunction

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.15 ms | 1396 KiB | 14 Q