Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/U6HtI
function name: (null)
number of ops: 6
compiled vars: !0 = $obj
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
17 0 E > NEW $1 'MyClass'
1 DO_FCALL 0
2 ASSIGN !0, $1
21 3 INIT_METHOD_CALL !0, 'printHello'
4 DO_FCALL 0
5 > RETURN 1
Class MyClass:
Function printhello:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/U6HtI
function name: printHello
number of ops: 7
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
11 0 E > FETCH_OBJ_R ~0 'public'
1 ECHO ~0
12 2 FETCH_OBJ_R ~1 'protected'
3 ECHO ~1
13 4 FETCH_OBJ_R ~2 'private'
5 ECHO ~2
14 6 > RETURN null
End of function printhello
End of class MyClass.
Generated using Vulcan Logic Dumper, using php 8.0.0