3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array1 = Array ( '0' => Array ( 'var_id' => 43 ), '1' => Array ( 'var_id' => 25 ) ); $array2 = Array ( '0' => Array ( 'name' => Tortoise ), '1' => Array ( 'name' => Black ) ); $array3 = Array ( '0' => Array ( 'id' => 1907 ), '1' => Array ( 'id' => 1908 ) ); $final = array(); foreach(array($array1, $array2, $array3) AS $array) { foreach($array AS $key => $value) { $final[$key][] = $value; } } print_r($final);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Undefined constant "Tortoise" in /in/ve7Gh:12 Stack trace: #0 {main} thrown in /in/ve7Gh on line 12
Process exited with code 255.

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:
46.09 ms | 401 KiB | 8 Q