3v4l.org

run code in 300+ PHP versions simultaneously
<?php $oldArray = array( array("country", "state", "city", "name"), array("Argentina", "Corrientes", "Corrientes", "Jorge"), array("Argentina", "Chaco", "Resistencia", "Mariano") ); $arr[] = array_shift($oldArray); $new_arr = array_map('array_combine',$arr,$oldArray); print_r($new_arr);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught TypeError: array_combine(): Argument #1 ($keys) must be of type array, null given in /in/enHuk:9 Stack trace: #0 [internal function]: array_combine(NULL, Array) #1 /in/enHuk(9): array_map('array_combine', Array, Array) #2 {main} thrown in /in/enHuk on line 9
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:
52.46 ms | 401 KiB | 8 Q