3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = array(); $record_raw= ['a@g.com','b@g.com','c@g.com']; $data['record'] = json_decode (json_encode ($record_raw), FALSE); print_r($data['record']);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MKIqO
function name:  (null)
number of ops:  16
compiled vars:  !0 = $data, !1 = $record_raw
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, <array>
    6     2        INIT_FCALL                                               'json_decode'
          3        INIT_FCALL                                               'json_encode'
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                         $5      
          6        SEND_VAR                                                 $5
          7        SEND_VAL                                                 <false>
          8        DO_ICALL                                         $6      
          9        ASSIGN_DIM                                               !0, 'record'
         10        OP_DATA                                                  $6
    7    11        INIT_FCALL                                               'print_r'
         12        FETCH_DIM_R                                      ~7      !0, 'record'
         13        SEND_VAL                                                 ~7
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.32 ms | 1394 KiB | 19 Q