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