Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/6VQ14
function name: (null)
number of ops: 22
compiled vars: !0 = $objFirst, !1 = $objSecond, !2 = $dummy
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
20 0 E > NEW $3 'second'
1 SEND_VAL_EX '1235'
2 DO_FCALL 0
3 ASSIGN !0, $3
21 4 NEW $6 'second'
5 SEND_VAL_EX '321'
6 DO_FCALL 0
7 ASSIGN !1, $6
24 8 INIT_FCALL 'var_dump'
9 IS_EQUAL ~9 !0, !1
10 SEND_VAL ~9
11 DO_ICALL
25 12 INIT_FCALL 'print_r'
13 SEND_VAR !0
14 SEND_VAL <true>
15 DO_ICALL $11
16 ASSIGN !2, $11
26 17 INIT_FCALL 'var_dump'
18 IS_EQUAL ~13 !0, !1
19 SEND_VAL ~13
20 DO_ICALL
21 > RETURN 1
Class first: [no user functions]
Class second:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/6VQ14
function name: __construct
number of ops: 4
compiled vars: !0 = $someValue
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
14 0 E > RECV !0
16 1 ASSIGN_OBJ 'someValue'
2 OP_DATA !0
17 3 > RETURN null
End of function __construct
End of class second.
Generated using Vulcan Logic Dumper, using php 8.0.0