Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/nc1oE
function name: (null)
number of ops: 38
compiled vars: !0 = $row_before, !1 = $fh, !2 = $file, !3 = $row_after
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > INIT_ARRAY ~4 'A'
1 INIT_FCALL 'json_encode'
2 SEND_VAL <array>
3 DO_ICALL $5
4 ADD_ARRAY_ELEMENT ~4 $5
5 ADD_ARRAY_ELEMENT ~4 'B'
6 ASSIGN !0, ~4
5 7 ECHO '%0ABEFORE%3A%0A'
6 8 INIT_FCALL 'var_export'
9 SEND_VAR !0
10 DO_ICALL
7 11 ECHO '%0A'
9 12 INIT_FCALL 'fopen'
13 ASSIGN ~8 !2, 'php%3A%2F%2Ftemp'
14 SEND_VAL ~8
15 SEND_VAL 'rb%2B'
16 DO_ICALL $9
17 ASSIGN !1, $9
11 18 INIT_FCALL 'fputcsv'
19 SEND_VAR !1
20 SEND_VAR !0
21 DO_ICALL
13 22 INIT_FCALL 'rewind'
23 SEND_VAR !1
24 DO_ICALL
15 25 INIT_FCALL 'fgetcsv'
26 SEND_VAR !1
27 DO_ICALL $13
28 ASSIGN !3, $13
17 29 ECHO '%0AAFTER%3A%0A'
18 30 INIT_FCALL 'var_export'
31 SEND_VAR !3
32 DO_ICALL
19 33 ECHO '%0A%0A'
21 34 INIT_FCALL 'fclose'
35 SEND_VAR !1
36 DO_ICALL
37 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0