3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = Array ( 'ids' => Array ( '0' => 'e348ae92', '1' => '193ba701', '2' => 58695854 ), 'name' => Array ( '0' => 'Customers', '1' => 'Suppliers', '2' => 'Users' ), 'subs' => Array ( '0' => 614, '1' => 65, '2' => 99 ) ); $f = array_map(null, $a['ids'], $a['name'], $a['subs']); print_r($f);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => Array ( [0] => e348ae92 [1] => Customers [2] => 614 ) [1] => Array ( [0] => 193ba701 [1] => Suppliers [2] => 65 ) [2] => Array ( [0] => 58695854 [1] => Users [2] => 99 ) )

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