Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/AIH4W
function name: (null)
number of ops: 19
compiled vars: !0 = $a, !1 = $b, !2 = $c
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
14 0 E > NEW $3 'A'
1 DO_FCALL 0
2 ASSIGN !0, $3
15 3 NEW $6 'A'
4 DO_FCALL 0
5 ASSIGN !1, $6
16 6 NEW $9 'A'
7 DO_FCALL 0
8 ASSIGN !2, $9
18 9 INIT_FCALL 'var_dump'
10 SEND_VAR !0
11 DO_ICALL
19 12 INIT_FCALL 'var_dump'
13 SEND_VAR !1
14 DO_ICALL
20 15 INIT_FCALL 'var_dump'
16 SEND_VAR !2
17 DO_ICALL
18 > RETURN 1
Class A:
Function __construct:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 6
Branch analysis from position: 3
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
filename: /in/AIH4W
function name: __construct
number of ops: 9
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
7 0 E > ISSET_ISEMPTY_STATIC_PROP ~0 'singleton'
1 BOOL_NOT ~1 ~0
2 > JMPZ ~1, ->6
8 3 > FETCH_THIS ~3
4 ASSIGN_STATIC_PROP 'singleton'
5 OP_DATA ~3
10 6 > FETCH_STATIC_PROP_R unknown ~4 'singleton'
7 > RETURN ~4
11 8* > RETURN null
End of function __construct
End of class A.
Generated using Vulcan Logic Dumper, using php 8.0.0