Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/Vm7AD function name: (null) number of ops: 11 compiled vars: !0 = $arr, !1 = $newArr, !2 = $keys line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > ASSIGN !0, <array> 21 1 ASSIGN ~4 !2, <array> 2 ASSIGN !1, ~4 33 3 INIT_FCALL 'array_map' 4 SEND_VAL 'filterArr' 5 SEND_VAR !0 6 DO_ICALL 35 7 INIT_FCALL 'print_r' 8 SEND_VAR !1 9 DO_ICALL 10 > RETURN 1 Function filterarr: Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 18 Branch analysis from position: 8 1 jumps found. (Code = 42) Position 1 = 37 Branch analysis from position: 37 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 18 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/Vm7AD function name: filterArr number of ops: 38 compiled vars: !0 = $row, !1 = $newArr, !2 = $keys line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 22 0 E > RECV !0 24 1 BIND_GLOBAL !1, 'newArr' 2 BIND_GLOBAL !2, 'keys' 25 3 FETCH_DIM_R ~3 !0, 'foo' 4 FETCH_DIM_R ~5 !0, 'bar' 5 FETCH_DIM_IS ~4 !2, ~3 6 ISSET_ISEMPTY_DIM_OBJ 0 ~4, ~5 7 > JMPZ ~6, ->18 26 8 > FETCH_DIM_R ~7 !0, 'foo' 9 FETCH_DIM_R ~9 !0, 'bar' 10 FETCH_DIM_R ~8 !2, ~7 11 FETCH_DIM_R ~10 ~8, ~9 12 FETCH_DIM_R ~14 !0, 'thing' 13 FETCH_DIM_W $11 !1, ~10 14 FETCH_DIM_W $12 $11, 'thing' 15 ASSIGN_DIM $12 16 OP_DATA ~14 25 17 > JMP ->37 28 18 > FETCH_DIM_R ~15 !0, 'foo' 19 FETCH_DIM_R ~17 !0, 'bar' 20 INIT_FCALL 'array_push' 21 SEND_REF !1 22 SEND_VAR !0 23 DO_ICALL $19 24 SUB ~20 $19, 1 25 FETCH_DIM_W $16 !2, ~15 26 ASSIGN_DIM $16, ~17 27 OP_DATA ~20 29 28 FETCH_DIM_R ~21 !0, 'foo' 29 FETCH_DIM_R ~23 !0, 'bar' 30 FETCH_DIM_R ~22 !2, ~21 31 FETCH_DIM_R ~24 ~22, ~23 32 FETCH_DIM_R ~27 !0, 'thing' 33 INIT_ARRAY ~28 ~27 34 FETCH_DIM_W $25 !1, ~24 35 ASSIGN_DIM $25, 'thing' 36 OP_DATA ~28 31 37 > > RETURN null End of function filterarr
Generated using Vulcan Logic Dumper, using php 8.0.0