3v4l.org

run code in 300+ PHP versions simultaneously
<?php //LIBRARY 'L', where we have: function lib_b(){ lib_c(); } function lib_c(){ //if.... blah...bad weather.... echo 'There is an error!'; } ///////////////////////////////////////// //project X, uses Library "l" above function main(){ lib_b(); } main();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Dvu9s
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   19     0  E >   INIT_FCALL                                               'main'
          1        DO_FCALL                                      0          
          2      > RETURN                                                   1

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

End of function lib_b

Function lib_c:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Dvu9s
function name:  lib_c
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   ECHO                                                     'There+is+an+error%21'
   11     1      > RETURN                                                   null

End of function lib_c

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

End of function main

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.28 ms | 1401 KiB | 15 Q