3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array('dds'=>'1','ee'=>'2'); $final_no_agency_arr['qw'] = (object) $arr; $no_agency_arr =array("tid"=>"0", "name"=>"(Blank)", "depth"=>0, "startMonday"=>0, "hidden_name"=>"selected_agency[0]", "parent_tid"=>"0", "full_label"=>"(Blank)", "full_tid"=>"0", "expanded"=>0); $no_agency_obj = $no_agency_arr; $final_no_agency_arr["t"] = $no_agency_obj; print_r($final_no_agency_arr);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [qw] => stdClass Object ( [dds] => 1 [ee] => 2 ) [t] => Array ( [tid] => 0 [name] => (Blank) [depth] => 0 [startMonday] => 0 [hidden_name] => selected_agency[0] [parent_tid] => 0 [full_label] => (Blank) [full_tid] => 0 [expanded] => 0 ) )

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