Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 10 Branch analysis from position: 3 2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 10 Branch analysis from position: 4 1 jumps found. (Code = 42) Position 1 = 3 Branch analysis from position: 3 Branch analysis from position: 10 2 jumps found. (Code = 77) Position 1 = 14, Position 2 = 22 Branch analysis from position: 14 2 jumps found. (Code = 78) Position 1 = 15, Position 2 = 22 Branch analysis from position: 15 1 jumps found. (Code = 42) Position 1 = 14 Branch analysis from position: 14 Branch analysis from position: 22 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 22 Branch analysis from position: 10 filename: /in/jGePl function name: (null) number of ops: 24 compiled vars: !0 = $foodArray, !1 = $fruit, !2 = $color line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 2 0 E > ECHO 'First+method%3A%0A' 3 1 ASSIGN !0, <array> 4 2 > FE_RESET_R $4 !0, ->10 3 > > FE_FETCH_R ~5 $4, !1, ->10 4 > ASSIGN !2, ~5 5 5 CONCAT ~7 !1, '+-+' 6 CONCAT ~8 ~7, !2 7 CONCAT ~9 ~8, '+%3Cbr+%2F%3E%0A' 8 ECHO ~9 4 9 > JMP ->3 10 > FE_FREE $4 8 11 ECHO '%0A%0ASecond+method%3A%0A' 9 12 ASSIGN !0, <array> 12 13 > FE_RESET_R $11 !0, ->22 14 > > FE_FETCH_R $11, !1, ->22 13 15 > FETCH_DIM_R ~12 !1, 'name' 16 CONCAT ~13 ~12, '+-+' 17 FETCH_DIM_R ~14 !1, 'color' 18 CONCAT ~15 ~13, ~14 19 CONCAT ~16 ~15, '+%3Cbr+%2F%3E%0A' 20 ECHO ~16 12 21 > JMP ->14 22 > FE_FREE $11 14 23 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0