Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 43) Position 1 = 17, Position 2 = 46 Branch analysis from position: 17 2 jumps found. (Code = 77) Position 1 = 19, Position 2 = 38 Branch analysis from position: 19 2 jumps found. (Code = 78) Position 1 = 20, Position 2 = 38 Branch analysis from position: 20 2 jumps found. (Code = 43) Position 1 = 26, Position 2 = 31 Branch analysis from position: 26 1 jumps found. (Code = 42) Position 1 = 37 Branch analysis from position: 37 1 jumps found. (Code = 42) Position 1 = 19 Branch analysis from position: 19 Branch analysis from position: 31 1 jumps found. (Code = 42) Position 1 = 19 Branch analysis from position: 19 Branch analysis from position: 38 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 38 Branch analysis from position: 46 filename: /in/OAsnv function name: (null) number of ops: 47 compiled vars: !0 = $idx, !1 = $x, !2 = $y, !3 = $string_y, !4 = $string_x, !5 = $i, !6 = $value, !7 = $key, !8 = $sql line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 2 0 E > ASSIGN !0, <array> 3 1 INIT_FCALL 'array_column' 2 SEND_VAR !0 3 SEND_VAL 0 4 DO_ICALL $10 5 ASSIGN !1, $10 4 6 INIT_FCALL 'array_column' 7 SEND_VAR !0 8 SEND_VAL 1 9 DO_ICALL $12 10 ASSIGN !2, $12 6 11 ASSIGN !3, '' 7 12 ASSIGN !4, '' 9 13 COUNT ~16 !1 14 COUNT ~17 !2 15 IS_EQUAL ~16, ~17 16 > JMPZ ~18, ->46 10 17 > ASSIGN !5, 0 11 18 > FE_RESET_R $20 !1, ->38 19 > > FE_FETCH_R ~21 $20, !6, ->38 20 > ASSIGN !7, ~21 12 21 INIT_FCALL 'array_key_last' 22 SEND_VAR !1 23 DO_ICALL $23 24 IS_IDENTICAL !7, $23 25 > JMPZ ~24, ->31 13 26 > FETCH_DIM_R ~25 !2, !7 27 ASSIGN_OP 8 !3, ~25 14 28 FETCH_DIM_R ~27 !1, !7 29 ASSIGN_OP 8 !4, ~27 12 30 > JMP ->37 16 31 > FETCH_DIM_R ~29 !2, !7 32 CONCAT ~30 ~29, '%2C' 33 ASSIGN_OP 8 !3, ~30 17 34 FETCH_DIM_R ~32 !1, !7 35 CONCAT ~33 ~32, '%2C' 36 ASSIGN_OP 8 !4, ~33 11 37 > > JMP ->19 38 > FE_FREE $20 20 39 ROPE_INIT 5 ~36 'SELECT+id%2C+b1%2C+b2+FROM+dlt+WHERE+b1+IN+%28' 40 ROPE_ADD 1 ~36 ~36, !4 41 ROPE_ADD 2 ~36 ~36, '%29+AND+b2+IN+%28' 42 ROPE_ADD 3 ~36 ~36, !3 43 ROPE_END 4 ~35 ~36, '%29+ORDER+BY+id+DESC+LIMIT+1' 44 ASSIGN !8, ~35 21 45 ECHO !8 22 46 > > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0