Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
1 jumps found. (Code = 42) Position 1 = 25
Branch analysis from position: 25
1 jumps found. (Code = 62) Position 1 = -2
Found catch point at position: 14
Branch analysis from position: 14
2 jumps found. (Code = 107) Position 1 = 15, Position 2 = -2
Branch analysis from position: 15
1 jumps found. (Code = 42) Position 1 = 25
Branch analysis from position: 25
Found catch point at position: 21
Branch analysis from position: 21
2 jumps found. (Code = 107) Position 1 = 22, Position 2 = -2
Branch analysis from position: 22
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/DgXJl
function name: (null)
number of ops: 29
compiled vars: !0 = $foo, !1 = $e
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
13 0 E > NEW $2 'Foo'
1 DO_FCALL 0
2 ASSIGN !0, $2
14 3 INIT_FCALL 'var_dump'
4 SEND_VAR !0
5 DO_ICALL
15 6 INIT_METHOD_CALL !0, 'clear'
7 DO_FCALL 0
16 8 INIT_FCALL 'var_dump'
9 SEND_VAR !0
10 DO_ICALL
18 11 ASSIGN_OBJ !0, 'untyped'
12 OP_DATA 'new'
13 > JMP ->18
19 14 E > > CATCH last 'Error'
20 15 > ECHO '%0A'
16 ECHO !1
17 ECHO '%0A'
23 18 > ASSIGN_OBJ !0, 'typed'
19 OP_DATA 'new'
20 > JMP ->25
24 21 E > > CATCH last 'Error'
25 22 > ECHO '%0A'
23 ECHO !1
24 ECHO '%0A'
27 25 > INIT_FCALL 'var_dump'
26 SEND_VAR !0
27 DO_ICALL
28 > RETURN 1
Class Foo:
Function clear:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/DgXJl
function name: clear
number of ops: 3
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
8 0 E > UNSET_OBJ 'untyped'
9 1 UNSET_OBJ 'typed'
10 2 > RETURN null
End of function clear
End of class Foo.
Generated using Vulcan Logic Dumper, using php 8.0.0