Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 23
Branch analysis from position: 23
2 jumps found. (Code = 44) Position 1 = 26, Position 2 = 5
Branch analysis from position: 26
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 22
Branch analysis from position: 10
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
2 jumps found. (Code = 44) Position 1 = 26, Position 2 = 5
Branch analysis from position: 26
Branch analysis from position: 5
Branch analysis from position: 21
Branch analysis from position: 22
filename: /in/UY1Wg
function name: (null)
number of ops: 30
compiled vars: !0 = $array, !1 = $labels, !2 = $result, !3 = $i, !4 = $label, !5 = $key
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
19 1 ASSIGN !1, <array>
21 2 ASSIGN !2, <array>
22 3 ASSIGN !3, 0
4 > JMP ->23
23 5 > CONCAT ~10 'floorplans_', !3
6 CONCAT ~11 ~10, '_valid_for_export'
7 ISSET_ISEMPTY_DIM_OBJ 1 ~12 !0, ~11
8 BOOL_NOT ~13 ~12
9 > JMPZ ~13, ->22
24 10 > > FE_RESET_R $14 !1, ->21
11 > > FE_FETCH_R $14, !4, ->21
25 12 > ROPE_INIT 4 ~16 'floorplans_'
13 ROPE_ADD 1 ~16 ~16, !3
14 ROPE_ADD 2 ~16 ~16, '_'
15 ROPE_END 3 ~15 ~16, !4
16 ASSIGN !5, ~15
26 17 FETCH_DIM_R ~20 !0, !5
18 ASSIGN_DIM !2, !5
19 OP_DATA ~20
24 20 > JMP ->11
21 > FE_FREE $14
22 22 > PRE_INC !3
23 > FETCH_DIM_R ~22 !0, 'floorplans'
24 IS_SMALLER !3, ~22
25 > JMPNZ ~23, ->5
30 26 > INIT_FCALL 'var_export'
27 SEND_VAR !2
28 DO_ICALL
29 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.5.0