Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 26, Position 2 = 31
Branch analysis from position: 26
2 jumps found. (Code = 78) Position 1 = 27, Position 2 = 31
Branch analysis from position: 27
1 jumps found. (Code = 42) Position 1 = 26
Branch analysis from position: 26
Branch analysis from position: 31
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 31
filename: /in/2SRvp
function name: (null)
number of ops: 33
compiled vars: !0 = $s, !1 = $sfo, !2 = $limitIter, !3 = $row
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > INIT_FCALL 'fopen'
1 SEND_VAL '%2Ftmp%2Ftest.csv'
2 SEND_VAL 'w%2B'
3 DO_ICALL $4
4 ASSIGN !0, $4
4 5 INIT_FCALL 'fwrite'
6 SEND_VAR !0
7 SEND_VAL 'foo%2Cbar%0Abaz%2Cbat%0Amore%2Cdata%0A'
8 DO_ICALL
5 9 INIT_FCALL 'fclose'
10 SEND_VAR !0
11 DO_ICALL
7 12 NEW $8 'SplFileObject'
13 SEND_VAL_EX '%2Ftmp%2Ftest.csv'
14 DO_FCALL 0
15 ASSIGN !1, $8
8 16 INIT_METHOD_CALL !1, 'setFlags'
17 SEND_VAL_EX 2
18 DO_FCALL 0
9 19 NEW $12 'LimitIterator'
20 SEND_VAR_EX !1
21 SEND_VAL_EX 1
22 SEND_VAL_EX -1
23 DO_FCALL 0
24 ASSIGN !2, $12
11 25 > FE_RESET_R $15 !2, ->31
26 > > FE_FETCH_R $15, !3, ->31
12 27 > INIT_FCALL 'var_dump'
28 SEND_VAR !3
29 DO_ICALL
11 30 > JMP ->26
31 > FE_FREE $15
13 32 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0