3v4l.org

run code in 300+ PHP versions simultaneously
<?php $page['body'] = new stdClass(); if (empty($page['body']->tabOneTabTitle)) { $page['body']->tabOneTabTitle = (object) ["type"=>"link","text"=>"Tab 1","url"=>"#t1","target"=>"_self"]; } var_dump($page);
Output for git.master, git.master_jit, rfc.property-hooks
array(1) { ["body"]=> object(stdClass)#1 (1) { ["tabOneTabTitle"]=> object(stdClass)#2 (4) { ["type"]=> string(4) "link" ["text"]=> string(5) "Tab 1" ["url"]=> string(3) "#t1" ["target"]=> string(5) "_self" } } }

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:
69.75 ms | 401 KiB | 8 Q