3v4l.org

run code in 300+ PHP versions simultaneously
<?php $column = array( "person#1"=> array ("name"=>"Leon" , "Age"=>"19" ), "person#2"=> array ("name"=>"Gary" , "Age"=>"31" ), "person#3"=> array ("name"=>"May" , "Age"=>"25" ) ); $new_person=array("person#4"=>array("name"=>"Tony","Age"=>"28")); print_r($new_person+$column);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [person#4] => Array ( [name] => Tony [Age] => 28 ) [person#1] => Array ( [name] => Leon [Age] => 19 ) [person#2] => Array ( [name] => Gary [Age] => 31 ) [person#3] => Array ( [name] => May [Age] => 25 ) )

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:
47.61 ms | 402 KiB | 8 Q