3v4l.org

run code in 300+ PHP versions simultaneously
<?php function fuck(){ shit(); } function shit(){ fuck(); } fuck();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iXBHl
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   INIT_FCALL                                               'fuck'
          1        DO_FCALL                                      0          
          2      > RETURN                                                   1

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

End of function fuck

Function shit:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iXBHl
function name:  shit
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                               'fuck'
          1        DO_FCALL                                      0          
    8     2      > RETURN                                                   null

End of function shit

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157 ms | 1388 KiB | 15 Q