Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/0e6Co
function name: (null)
number of ops: 36
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
19 0 E > INIT_FCALL 'var_export'
1 NEW $0 'Foo'
2 SEND_VAL_EX null
3 DO_FCALL 0
4 SEND_VAR $0
5 DO_ICALL
6 ECHO '%0A'
20 7 INIT_FCALL 'var_export'
8 NEW $3 'Foo'
9 SEND_VAL_EX <true>
10 DO_FCALL 0
11 SEND_VAR $3
12 DO_ICALL
13 ECHO '%0A'
21 14 INIT_FCALL 'var_export'
15 NEW $6 'Foo'
16 SEND_VAL_EX 10
17 DO_FCALL 0
18 SEND_VAR $6
19 DO_ICALL
20 ECHO '%0A'
22 21 INIT_FCALL 'var_export'
22 NEW $9 'Foo'
23 SEND_VAL_EX 'text+string'
24 DO_FCALL 0
25 SEND_VAR $9
26 DO_ICALL
27 ECHO '%0A'
23 28 INIT_FCALL 'var_export'
29 NEW $12 'Foo'
30 SEND_VAL_EX <array>
31 DO_FCALL 0
32 SEND_VAR $12
33 DO_ICALL
34 ECHO '%0A'
24 35 > RETURN 1
Class Foo:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
1 jumps found. (Code = 42) Position 1 = 17
Branch analysis from position: 17
1 jumps found. (Code = 42) Position 1 = 21
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
Found catch point at position: 4
Branch analysis from position: 4
2 jumps found. (Code = 107) Position 1 = 5, Position 2 = -2
Branch analysis from position: 5
Found catch point at position: 8
Branch analysis from position: 8
2 jumps found. (Code = 107) Position 1 = 9, Position 2 = -2
Branch analysis from position: 9
Found catch point at position: 12
Branch analysis from position: 12
2 jumps found. (Code = 107) Position 1 = 13, Position 2 = -2
Branch analysis from position: 13
Found catch point at position: 16
Branch analysis from position: 16
2 jumps found. (Code = 107) Position 1 = 17, Position 2 = -2
Branch analysis from position: 17
Found catch point at position: 20
Branch analysis from position: 20
2 jumps found. (Code = 107) Position 1 = 21, Position 2 = -2
Branch analysis from position: 21
filename: /in/0e6Co
function name: __construct
number of ops: 22
compiled vars: !0 = $value, !1 = $e
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
10 0 E > RECV !0
11 1 ASSIGN_OBJ 'bool'
2 OP_DATA !0
3 > JMP ->5
4 E > > CATCH last 'TypeError'
12 5 > ASSIGN_OBJ 'int'
6 OP_DATA !0
7 > JMP ->9
8 E > > CATCH last 'TypeError'
13 9 > ASSIGN_OBJ 'string'
10 OP_DATA !0
11 > JMP ->13
12 E > > CATCH last 'TypeError'
14 13 > ASSIGN_OBJ 'arry'
14 OP_DATA !0
15 > JMP ->17
16 E > > CATCH last 'TypeError'
15 17 > ASSIGN_OBJ 'obj'
18 OP_DATA !0
19 > JMP ->21
20 E > > CATCH last 'TypeError'
16 21 > > RETURN null
End of function __construct
End of class Foo.
Generated using Vulcan Logic Dumper, using php 8.0.0