3v4l.org

run code in 300+ PHP versions simultaneously
<?php //$a = array(array('a' => 1, 'b' => 3), array('c'=> 5, 'd' => 2)); //$b = array('a' => 21, 'b' => 23, 'c'=> 25, 'd' => 22); $a = array(array(1, 3), array(5, 2)); $b = array(array(21, 23), array(25, 22)); //$m = array_merge(array_values($a), array_values($b)); //var_dump(array_merge(array_values($a), array_values($b))); var_dump(array_reduce(array_vales($a, 'array_merge', array()))); //var_dump($a); //var_dump(array_values($a)); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function array_vales() in /in/0QFVJ:11 Stack trace: #0 {main} thrown in /in/0QFVJ on line 11
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:
64.3 ms | 401 KiB | 8 Q