3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ids = array(4, 13, 6, 8, 10); $names = array('alice', 'bob', 'charles', 'david', 'elizabeth'); $special_name = 2; $special_id = 13; $mapped = array_combine($ids, $names); $mapped[$special_id] = $names[$special_name]; var_export($mapped);
Output for git.master, git.master_jit, rfc.property-hooks
array ( 4 => 'alice', 13 => 'charles', 6 => 'charles', 8 => 'david', 10 => 'elizabeth', )

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:
36.36 ms | 405 KiB | 5 Q