3v4l.org

run code in 300+ PHP versions simultaneously
,<?php $test_arr['X'][] = 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 = array_merge(array(), $test_arr); $arr_2['X'][0][0] = 'NEW'; print_r($arr_2);
Output for git.master, git.master_jit, rfc.property-hooks
,Array ( [X] => Array ( [0] => Array ( [0] => NEW [par_1] => 1 [par_2] => 2 ) ) )

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
49.53 ms | 401 KiB | 8 Q