Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/VKmas
function name: (null)
number of ops: 10
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
21 0 E > NEW $0 'HelloWorld'
1 DO_FCALL 0
2 FETCH_OBJ_R ~2 $0, 'say'
3 ECHO ~2
22 4 ECHO '%3Cbr%3E'
23 5 NEW $3 'HelloNewWorld'
6 DO_FCALL 0
7 FETCH_OBJ_R ~5 $3, 'say'
8 ECHO ~5
24 9 > RETURN 1
Class HelloWorld:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/VKmas
function name: __construct
number of ops: 3
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
9 0 E > ASSIGN_OBJ 'say'
1 OP_DATA 'Hello+World'
10 2 > RETURN null
End of function __construct
End of class HelloWorld.
Class HelloNewWorld:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/VKmas
function name: __construct
number of ops: 3
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
17 0 E > ASSIGN_OBJ 'say'
1 OP_DATA 'Hello+New+World'
18 2 > RETURN null
End of function __construct
End of class HelloNewWorld.
Generated using Vulcan Logic Dumper, using php 8.0.0