3v4l.org

run code in 300+ PHP versions simultaneously
<?php f(4); function f($x) { echo("This is a call to f(".$x.")\n"); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7Ql45
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'f'
          1        SEND_VAL_EX                                              4
          2        DO_FCALL                                      0          
    8     3      > RETURN                                                   1

Function f:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7Ql45
function name:  f
number of ops:  5
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV                                             !0      
    7     1        CONCAT                                           ~1      'This+is+a+call+to+f%28', !0
          2        CONCAT                                           ~2      ~1, '%29%0A'
          3        ECHO                                                     ~2
    8     4      > RETURN                                                   null

End of function f

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.49 ms | 1393 KiB | 13 Q