Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 37
Branch analysis from position: 6
2 jumps found. (Code = 77) Position 1 = 9, Position 2 = 33
Branch analysis from position: 9
2 jumps found. (Code = 78) Position 1 = 10, Position 2 = 33
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
Branch analysis from position: 33
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 33
Branch analysis from position: 37
filename: /in/VZMl0
function name: (null)
number of ops: 38
compiled vars: !0 = $f, !1 = $produs, !2 = $coloane
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
17 0 E > INIT_FCALL 'fopen'
1 SEND_VAL 'php%3A%2F%2Foutput'
2 SEND_VAL 'wb'
3 DO_ICALL $3
4 ASSIGN !0, $3
18 5 > JMPZ !0, ->37
19 6 > INIT_FCALL 'toate_produsele_active'
7 DO_FCALL 0 $5
8 > FE_RESET_R $6 $5, ->33
9 > > FE_FETCH_R $6, !1, ->33
21 10 > FETCH_DIM_R ~7 !1, 'product_id'
11 INIT_ARRAY ~8 ~7
22 12 FETCH_DIM_R ~9 !1, 'product_name'
13 ADD_ARRAY_ELEMENT ~8 ~9
23 14 FETCH_DIM_R ~10 !1, 'category_url'
15 ADD_ARRAY_ELEMENT ~8 ~10
24 16 FETCH_DIM_R ~11 !1, 'product_short_desc'
17 ADD_ARRAY_ELEMENT ~8 ~11
25 18 FETCH_DIM_R ~12 !1, 'product_price'
19 ADD_ARRAY_ELEMENT ~8 ~12
26 20 FETCH_DIM_R ~13 !1, 'product_photo'
21 FRAMELESS_ICALL_3 str_replace ~14 '%5B%2C%5D', '%5B%252C%5D'
22 OP_DATA ~13
23 FRAMELESS_ICALL_2 implode ~15 '%5B%2C%5D', ~14
24 ADD_ARRAY_ELEMENT ~8 ~15
20 25 ASSIGN !2, ~8
28 26 INIT_FCALL 'fputcsv'
27 SEND_VAR !0
28 SEND_VAR !2
29 SEND_VAL '%3B'
30 SEND_VAL '%22'
31 DO_ICALL
19 32 > JMP ->9
33 > FE_FREE $6
30 34 INIT_FCALL 'fclose'
35 SEND_VAR !0
36 DO_ICALL
31 37 > > RETURN 1
Function toate_produsele_active:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/VZMl0
function name: toate_produsele_active
number of ops: 2
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
7 0 E > > RETURN <array>
15 1* > RETURN null
End of function toate_produsele_active
Generated using Vulcan Logic Dumper, using php 8.5.0