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