3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array1 = array ( array ( 'id' => 1, 'alias' => 'Anderson', 'location' => 'Semarang', 'up' => 39144, 'status' => 'DOWN' ) ); $array2 = array ( 'last_accessed_by' => 1, 'last_refresh' => '2018-10-29 00:21:39', 'created_at' => '2018-10-29 00:21:39' ); $array1[0] = array_merge($array1[0], $array2); var_export($array1);
Output for git.master, git.master_jit, rfc.property-hooks
array ( 0 => array ( 'id' => 1, 'alias' => 'Anderson', 'location' => 'Semarang', 'up' => 39144, 'status' => 'DOWN', 'last_accessed_by' => 1, 'last_refresh' => '2018-10-29 00:21:39', 'created_at' => '2018-10-29 00:21:39', ), )

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:
145.15 ms | 406 KiB | 5 Q