3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test_arr[] = array( 'Show/Episode is unpublished, or need to add a correct Show ID to COMPASS SHOW INFO section', 'par_1' => '1', 'par_2' => '2', ); $arr_2 = array(); $arr_2 = $test_arr; $arr_2[0] = 'NEW'; print_r($arr_2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dBpNX
function name:  (null)
number of ops:  10
compiled vars:  !0 = $test_arr, !1 = $arr_2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_DIM                                               !0
    3     1        OP_DATA                                                  <array>
    7     2        ASSIGN                                                   !1, <array>
    8     3        ASSIGN                                                   !1, !0
    9     4        ASSIGN_DIM                                               !1, 0
          5        OP_DATA                                                  'NEW'
   12     6        INIT_FCALL                                               'print_r'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.4 ms | 1394 KiB | 15 Q