3v4l.org

run code in 500+ PHP versions simultaneously
<?php class x { function function() { echo __METHOD__; } } (new x)->function(); // x::function ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8Y6m7
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    9     0  E >   NEW                                                  $0      'x'
          1        DO_FCALL                                          0          
          2        INIT_METHOD_CALL                                             $0, 'function'
          3        DO_FCALL                                          0          
   12     4      > RETURN                                                       1

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

End of function function

End of class x.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
138.22 ms | 1466 KiB | 13 Q