Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 77) Position 1 = 12, Position 2 = 33 Branch analysis from position: 12 2 jumps found. (Code = 78) Position 1 = 13, Position 2 = 33 Branch analysis from position: 13 2 jumps found. (Code = 43) Position 1 = 17, Position 2 = 32 Branch analysis from position: 17 2 jumps found. (Code = 43) Position 1 = 28, Position 2 = 32 Branch analysis from position: 28 1 jumps found. (Code = 42) Position 1 = 12 Branch analysis from position: 12 Branch analysis from position: 32 Branch analysis from position: 32 Branch analysis from position: 33 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 33 filename: /in/COTZq function name: (null) number of ops: 38 compiled vars: !0 = $str, !1 = $one_words, !2 = $arr, !3 = $v, !4 = $k, !5 = $combined_word line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > ASSIGN !0, 'this+is+a+test' 4 1 ASSIGN !1, <array> 7 2 INIT_FCALL 'explode' 3 SEND_VAL '+' 4 SEND_VAR !0 5 DO_ICALL $8 6 ASSIGN !2, $8 10 7 INIT_FCALL 'array_filter' 8 SEND_VAR !2 9 DO_ICALL $10 10 ASSIGN !2, $10 12 11 > FE_RESET_R $12 !2, ->33 12 > > FE_FETCH_R ~13 $12, !3, ->33 13 > ASSIGN !4, ~13 13 14 ADD ~15 !4, 1 15 ISSET_ISEMPTY_DIM_OBJ 0 !2, ~15 16 > JMPZ ~16, ->32 14 17 > FETCH_DIM_R ~17 !2, !4 18 CONCAT ~18 ~17, '+' 19 ADD ~19 !4, 1 20 FETCH_DIM_R ~20 !2, ~19 21 CONCAT ~21 ~18, ~20 22 ASSIGN !5, ~21 15 23 INIT_FCALL 'in_array' 24 SEND_VAR !5 25 SEND_VAR !1 26 DO_ICALL $23 27 > JMPZ $23, ->32 16 28 > ASSIGN_DIM !2, !4 29 OP_DATA !5 17 30 ADD ~25 !4, 1 31 UNSET_DIM !2, ~25 12 32 > > JMP ->12 33 > FE_FREE $12 22 34 INIT_FCALL 'print_r' 35 SEND_VAR !2 36 DO_ICALL 37 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0