Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/eZ7Sg
function name: (null)
number of ops: 8
compiled vars: !0 = $e
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
31 0 E > NEW $1 'Answer'
1 DO_FCALL 0
2 ASSIGN !0, $1
36 3 NEW $4 'Question'
4 SEND_VAR_EX !0
5 DO_FCALL 0
6 FREE $4
7 > RETURN 1
Class Question:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 108) Position 1 = -2
Found catch point at position: 3
Branch analysis from position: 3
2 jumps found. (Code = 107) Position 1 = 4, Position 2 = -2
Branch analysis from position: 4
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/eZ7Sg
function name: __construct
number of ops: 11
compiled vars: !0 = $e
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
11 0 E > RECV !0
14 1 > THROW 0 !0
2* JMP ->10
15 3 E > > CATCH last 'Exception'
16 4 > INIT_METHOD_CALL !0, 'getAnswer'
5 FETCH_THIS $1
6 SEND_VAR_EX $1
7 DO_FCALL 0 $2
8 CONCAT ~3 $2, '%0A'
9 ECHO ~3
18 10 > RETURN null
End of function __construct
End of class Question.
Class Answer:
Function getanswer:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/eZ7Sg
function name: getAnswer
number of ops: 4
compiled vars: !0 = $q
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
25 0 E > RECV !0
27 1 FETCH_OBJ_R ~1 !0, 'answer'
2 > RETURN ~1
28 3* > RETURN null
End of function getanswer
End of class Answer.
Generated using Vulcan Logic Dumper, using php 8.0.0