3v4l.org

run code in 300+ PHP versions simultaneously
<?php class TestClass { public static function methA() { echo '<'; } public static function methB() { echo '>'; } } function funA() { echo 'A'; } function funB() { echo 'B'; } register_shutdown_function(array('TestClass', 'methA')); register_shutdown_function('funA'); register_shutdown_function('funB'); register_shutdown_function(array('TestClass', 'methB'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UYJe9
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   INIT_FCALL                                               'register_shutdown_function'
          1        SEND_VAL                                                 <array>
          2        DO_ICALL                                                 
    9     3        INIT_FCALL                                               'register_shutdown_function'
          4        SEND_VAL                                                 'funA'
          5        DO_ICALL                                                 
   10     6        INIT_FCALL                                               'register_shutdown_function'
          7        SEND_VAL                                                 'funB'
          8        DO_ICALL                                                 
   11     9        INIT_FCALL                                               'register_shutdown_function'
         10        SEND_VAL                                                 <array>
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

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

End of function funa

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

End of function funb

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

End of function metha

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

End of function methb

End of class TestClass.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.26 ms | 1396 KiB | 15 Q