3v4l.org

run code in 300+ PHP versions simultaneously
<?php function f() { echo "f()\n"; } function g() { echo "g()\n"; } function h() { echo "h()\n"; } function i() { echo "i()\n"; } f(g(h(),i()));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TAe85
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   18     0  E >   INIT_FCALL                                               'f'
          1        INIT_FCALL                                               'g'
          2        INIT_FCALL                                               'h'
          3        DO_FCALL                                      0  $0      
          4        SEND_VAR                                                 $0
          5        INIT_FCALL                                               'i'
          6        DO_FCALL                                      0  $1      
          7        SEND_VAR                                                 $1
          8        DO_FCALL                                      0  $2      
          9        SEND_VAR                                                 $2
         10        DO_FCALL                                      0          
         11      > RETURN                                                   1

Function f:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TAe85
function name:  f
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                     'f%28%29%0A'
    4     1      > RETURN                                                   null

End of function f

Function g:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TAe85
function name:  g
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   ECHO                                                     'g%28%29%0A'
    8     1      > RETURN                                                   null

End of function g

Function h:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TAe85
function name:  h
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   ECHO                                                     'h%28%29%0A'
   12     1      > RETURN                                                   null

End of function h

Function i:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TAe85
function name:  i
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   15     0  E >   ECHO                                                     'i%28%29%0A'
   16     1      > RETURN                                                   null

End of function i

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.88 ms | 1399 KiB | 17 Q