Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 33
Branch analysis from position: 4
2 jumps found. (Code = 46) Position 1 = 12, Position 2 = 16
Branch analysis from position: 12
2 jumps found. (Code = 43) Position 1 = 17, Position 2 = 18
Branch analysis from position: 17
2 jumps found. (Code = 46) Position 1 = 22, Position 2 = 26
Branch analysis from position: 22
2 jumps found. (Code = 43) Position 1 = 27, Position 2 = 28
Branch analysis from position: 27
2 jumps found. (Code = 43) Position 1 = 32, Position 2 = 33
Branch analysis from position: 32
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 33
Branch analysis from position: 28
Branch analysis from position: 26
Branch analysis from position: 18
Branch analysis from position: 16
Branch analysis from position: 33
filename: /in/OLpSZ
function name: (null)
number of ops: 34
compiled vars: !0 = $woocommerce, !1 = $cart_total_prod1, !2 = $cart_total_prod2, !3 = $cart_total_prod3
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
4 0 E > INIT_FCALL_BY_NAME 'is_admin'
1 DO_FCALL 0 $4
2 BOOL_NOT ~5 $4
3 > JMPZ ~5, ->33
5 4 > BIND_GLOBAL !0, 'woocommerce'
6 5 ASSIGN !1, 1100
7 6 ASSIGN !2, 1500
8 7 ASSIGN !3, 2000
10 8 FETCH_OBJ_R ~9 !0, 'cart'
9 FETCH_OBJ_R ~10 ~9, 'total'
10 IS_SMALLER_OR_EQUAL ~11 !1, ~10
11 > JMPZ_EX ~11 ~11, ->16
12 > FETCH_OBJ_R ~12 !0, 'cart'
13 FETCH_OBJ_R ~13 ~12, 'total'
14 IS_SMALLER_OR_EQUAL ~14 ~13, !2
15 BOOL ~11 ~14
16 > > JMPZ ~11, ->18
11 17 > ECHO '%D0%BF%D0%BE%D0%B4%D0%B0%D1%80%D0%BE%D0%BA+1'
15 18 > FETCH_OBJ_R ~15 !0, 'cart'
19 FETCH_OBJ_R ~16 ~15, 'total'
20 IS_SMALLER_OR_EQUAL ~17 !2, ~16
21 > JMPZ_EX ~17 ~17, ->26
22 > FETCH_OBJ_R ~18 !0, 'cart'
23 FETCH_OBJ_R ~19 ~18, 'total'
24 IS_SMALLER_OR_EQUAL ~20 ~19, !3
25 BOOL ~17 ~20
26 > > JMPZ ~17, ->28
16 27 > ECHO '%D0%BF%D0%BE%D0%B4%D0%B0%D1%80%D0%BE%D0%BA+2'
19 28 > FETCH_OBJ_R ~21 !0, 'cart'
29 FETCH_OBJ_R ~22 ~21, 'total'
30 IS_SMALLER_OR_EQUAL !3, ~22
31 > JMPZ ~23, ->33
20 32 > ECHO '%D0%BF%D0%BE%D0%B4%D0%B0%D1%80%D0%BE%D0%BA+3'
25 33 > > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.5.0