Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/pfaoh
function name: (null)
number of ops: 29
compiled vars: !0 = $key1, !1 = $key2, !2 = $value, !3 = $preparedValue
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, 'TEST1'
4 1 ASSIGN !1, 'TEST2'
6 2 ASSIGN !2, 'true'
7 3 ASSIGN !3, <true>
9 4 INIT_FCALL 'putenv'
5 ROPE_INIT 3 ~9 !0
6 ROPE_ADD 1 ~9 ~9, '%3D'
7 ROPE_END 2 ~8 ~9, !3
8 SEND_VAL ~8
9 DO_ICALL
10 10 INIT_FCALL 'putenv'
11 ROPE_INIT 3 ~13 !1
12 ROPE_ADD 1 ~13 ~13, '%3D'
13 ROPE_END 2 ~12 ~13, !2
14 SEND_VAL ~12
15 DO_ICALL
12 16 INIT_FCALL 'var_dump'
17 INIT_FCALL 'getenv'
18 SEND_VAR !0
19 DO_ICALL $16
20 SEND_VAR $16
21 DO_ICALL
13 22 INIT_FCALL 'var_dump'
23 INIT_FCALL 'getenv'
24 SEND_VAR !1
25 DO_ICALL $18
26 SEND_VAR $18
27 DO_ICALL
28 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0