Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 12
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 12
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
filename: /in/cp1Z5
function name: (null)
number of ops: 14
compiled vars: !0 = $shops, !1 = $stockManagement, !2 = $shop
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
29 1 > FE_RESET_R $4 !0, ->12
2 > > FE_FETCH_R ~5 $4, !1, ->12
3 > ASSIGN !2, ~5
30 4 CONCAT ~7 !2, '+%3D+'
5 INIT_FCALL 'checkstock'
6 SEND_VAR !1
7 DO_FCALL 0 $8
8 CONCAT ~9 ~7, $8
9 CONCAT ~10 ~9, '%3Cbr%3E'
10 ECHO ~10
29 11 > JMP ->2
12 > FE_FREE $4
31 13 > RETURN 1
Function checkstock:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 6
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/cp1Z5
function name: checkStock
number of ops: 9
compiled vars: !0 = $stockManagement
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
24 0 E > RECV !0
26 1 FETCH_DIM_R ~1 !0, 'stock'
2 IS_EQUAL ~1, 'in+stock'
3 > JMPZ ~2, ->6
4 > QM_ASSIGN ~3 'P%C3%A5+lager'
5 > JMP ->7
6 > QM_ASSIGN ~3 'Ikke+p%C3%A5+lager'
7 > > RETURN ~3
27 8* > RETURN null
End of function checkstock
Generated using Vulcan Logic Dumper, using php 8.0.0