Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Tg6GB
function name: (null)
number of ops: 33
compiled vars: !0 = $someJson, !1 = $myObject, !2 = $newJson, !3 = $serialized, !4 = $unserialized
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, '%7B%22%22%3A%22%22%7D'
4 1 INIT_FCALL 'json_decode'
2 SEND_VAR !0
3 DO_ICALL $6
4 ASSIGN !1, $6
5 5 INIT_FCALL 'json_encode'
6 SEND_VAR !1
7 DO_ICALL $8
8 ASSIGN !2, $8
7 9 INIT_FCALL 'var_dump'
10 SEND_VAR !0
11 SEND_VAR !2
12 IS_IDENTICAL ~10 !0, !2
13 SEND_VAL ~10
14 DO_ICALL
9 15 CAST 8 ~12 <array>
16 ASSIGN !1, ~12
10 17 INIT_FCALL 'serialize'
18 SEND_VAR !1
19 DO_ICALL $14
20 ASSIGN !3, $14
11 21 INIT_FCALL 'var_dump'
22 SEND_VAR !1
23 SEND_VAR !3
24 DO_ICALL
12 25 INIT_FCALL 'unserialize'
26 SEND_VAR !3
27 DO_ICALL $17
28 ASSIGN !4, $17
13 29 INIT_FCALL 'var_dump'
30 SEND_VAR !4
31 DO_ICALL
32 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0