Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 77) Position 1 = 27, Position 2 = 35 Branch analysis from position: 27 2 jumps found. (Code = 78) Position 1 = 28, Position 2 = 35 Branch analysis from position: 28 1 jumps found. (Code = 42) Position 1 = 27 Branch analysis from position: 27 Branch analysis from position: 35 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 35 filename: /in/jdWmh function name: (null) number of ops: 42 compiled vars: !0 = $pdo, !1 = $stmt, !2 = $row, !3 = $value, !4 = $key line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > NEW $5 'PDO' 1 SEND_VAL_EX 'sqlite%3A%3Amemory%3A' 2 DO_FCALL 0 3 ASSIGN !0, $5 4 4 INIT_METHOD_CALL !0, 'query' 5 SEND_VAL_EX 'CREATE+TABLE+test+%28id+int%2C+value+text%29' 6 DO_FCALL 0 5 7 INIT_METHOD_CALL !0, 'query' 8 SEND_VAL_EX 'INSERT+INTO+test+VALUES+%281%2C+%27value%27%29' 9 DO_FCALL 0 6 10 INIT_METHOD_CALL !0, 'prepare' 11 SEND_VAL_EX 'SELECT+%2A+FROM+test+WHERE+id%3D1' 12 DO_FCALL 0 $10 13 ASSIGN !1, $10 7 14 INIT_METHOD_CALL !1, 'execute' 15 DO_FCALL 0 8 16 INIT_METHOD_CALL !1, 'fetch' 17 SEND_VAL_EX 1 18 DO_FCALL 0 $13 19 ASSIGN !2, $13 9 20 INIT_FCALL 'print_r' 21 INIT_FCALL 'get_object_vars' 22 SEND_VAR !2 23 DO_ICALL $15 24 SEND_VAR $15 25 DO_ICALL 10 26 > FE_RESET_R $17 !2, ->35 27 > > FE_FETCH_R ~18 $17, !3, ->35 28 > ASSIGN !4, ~18 11 29 ROPE_INIT 4 ~21 !4 30 ROPE_ADD 1 ~21 ~21, '+%3D+' 31 ROPE_ADD 2 ~21 ~21, !3 32 ROPE_END 3 ~20 ~21, '%0A' 33 ECHO ~20 10 34 > JMP ->27 35 > FE_FREE $17 13 36 ROPE_INIT 3 ~25 '%24row-%3Evalue+%3D+' 37 FETCH_OBJ_R ~23 !2, 'value' 38 ROPE_ADD 1 ~25 ~25, ~23 39 ROPE_END 2 ~24 ~25, '%0A' 40 ECHO ~24 41 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0