Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/5kr1t
function name: (null)
number of ops: 34
compiled vars: !0 = $addresses
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
11 0 E > NEW $1 'Address'
1 SEND_VAL_EX '5'
2 SEND_VAL_EX 'Main+St'
3 DO_FCALL 0
4 INIT_ARRAY ~3 $1
12 5 NEW $4 'Address'
6 SEND_VAL_EX '10'
7 SEND_VAL_EX 'Main+St'
8 DO_FCALL 0
9 ADD_ARRAY_ELEMENT ~3 $4
13 10 NEW $6 'Address'
11 SEND_VAL_EX '10'
12 SEND_VAL_EX 'Main+St'
13 DO_FCALL 0
14 ADD_ARRAY_ELEMENT ~3 $6
14 15 NEW $8 'Address'
16 SEND_VAL_EX '3A'
17 SEND_VAL_EX 'Main+St'
18 DO_FCALL 0
19 ADD_ARRAY_ELEMENT ~3 $8
15 20 NEW $10 'Address'
21 SEND_VAL_EX '5'
22 SEND_VAL_EX 'Main+St'
23 DO_FCALL 0
24 ADD_ARRAY_ELEMENT ~3 $10
10 25 ASSIGN !0, ~3
18 26 INIT_FCALL 'var_dump'
27 INIT_FCALL 'array_unique'
28 SEND_VAR !0
29 SEND_VAL 0
30 DO_ICALL $13
31 SEND_VAR $13
32 DO_ICALL
33 > RETURN 1
Class Address:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/5kr1t
function name: __construct
number of ops: 7
compiled vars: !0 = $streetNumber, !1 = $streetName
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
4 0 E > RECV !0
1 RECV !1
2 ASSIGN_OBJ 'streetNumber'
3 OP_DATA !0
4 ASSIGN_OBJ 'streetName'
5 OP_DATA !1
7 6 > RETURN null
End of function __construct
End of class Address.
Generated using Vulcan Logic Dumper, using php 8.0.0