3v4l.org

run code in 500+ PHP versions simultaneously
<?php class MyClass { public function nonStaticMethod() { echo 'Non-static method'; } public static function staticMethod() { MyClass::nonStaticMethod(); } } MyClass::staticMethod();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gRAUG
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   13     0  E >   INIT_STATIC_METHOD_CALL                                      'MyClass', 'staticMethod'
          1        DO_FCALL                                          0          
          2      > RETURN                                                       1

Class MyClass:
Function nonstaticmethod:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gRAUG
function name:  nonStaticMethod
number of ops:  2
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    5     0  E >   ECHO                                                         'Non-static+method'
    6     1      > RETURN                                                       null

End of function nonstaticmethod

Function staticmethod:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gRAUG
function name:  staticMethod
number of ops:  3
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    9     0  E >   INIT_STATIC_METHOD_CALL                                      'MyClass', 'nonStaticMethod'
          1        DO_FCALL                                          0          
   10     2      > RETURN                                                       null

End of function staticmethod

End of class MyClass.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
162.15 ms | 3442 KiB | 13 Q