3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo 'go forrest'; function recursiveFunction($value = 100) { recursiveFunction(--$value); } recursiveFunction(); echo 'stop forrest';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gKqBD
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                     'go+forrest'
    7     1        INIT_FCALL                                               'recursivefunction'
          2        DO_FCALL                                      0          
    8     3        ECHO                                                     'stop+forrest'
          4      > RETURN                                                   1

Function recursivefunction:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gKqBD
function name:  recursiveFunction
number of ops:  6
compiled vars:  !0 = $value
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   RECV_INIT                                        !0      100
    5     1        INIT_FCALL_BY_NAME                                       'recursiveFunction'
          2        PRE_DEC                                          ~1      !0
          3        SEND_VAL_EX                                              ~1
          4        DO_FCALL                                      0          
    6     5      > RETURN                                                   null

End of function recursivefunction

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.94 ms | 1396 KiB | 14 Q