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 = $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/jH55l
function name:  (null)
number of ops:  9
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>
    8     2        ASSIGN                                                   !1, !0
   10     3        ASSIGN_DIM                                               !1, 0
          4        OP_DATA                                                  'NEW'
   11     5        INIT_FCALL                                               'print_r'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.16 ms | 1394 KiB | 15 Q