Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
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
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/RBCW0
function name: (null)
number of ops: 16
compiled vars: !0 = $pdo, !1 = $e, !2 = $code
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
4 0 E > NEW $3 'PDO'
1 SEND_VAL_EX 'sqlite%3A%3Amemory%3A'
2 DO_FCALL 0
3 ASSIGN !0, $3
5 4 INIT_METHOD_CALL !0, 'query'
5 SEND_VAL_EX 'invalid+sql'
6 DO_FCALL 0
7 > JMP ->15
6 8 E > > CATCH last 'RuntimeException'
7 9 > INIT_METHOD_CALL !1, 'getCode'
10 DO_FCALL 0 $7
11 ASSIGN !2, $7
8 12 INIT_FCALL 'var_dump'
13 SEND_VAR !2
14 DO_ICALL
9 15 > > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.5.0