Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/H1Sel
function name: (null)
number of ops: 17
compiled vars: !0 = $db
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > NEW $1 'SQLite3'
1 SEND_VAL_EX '%3Amemory%3A'
2 DO_FCALL 0
3 ASSIGN !0, $1
4 4 INIT_METHOD_CALL !0, 'exec'
5 SEND_VAL_EX 'CREATE+TABLE+foo+%28bar+int%29'
6 DO_FCALL 0
5 7 INIT_METHOD_CALL !0, 'exec'
8 SEND_VAL_EX 'INSERT+INTO+foo+VALUES+%289223372036854775808%29'
9 DO_FCALL 0
6 10 INIT_FCALL 'var_dump'
11 INIT_METHOD_CALL !0, 'querySingle'
12 SEND_VAL_EX 'SELECT+bar+FROM+foo'
13 DO_FCALL 0 $6
14 SEND_VAR $6
15 DO_ICALL
16 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0