3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = new ArrayObject(); $a["foo"] = array(); $a["foo"][] = "bar"; $a->bar = array(); $a->bar[] = "baz"; var_dump( $a );
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Creation of dynamic property ArrayObject::$bar is deprecated in /in/5Js9E on line 6 object(ArrayObject)#1 (2) { ["bar"]=> array(1) { [0]=> string(3) "baz" } ["storage":"ArrayObject":private]=> array(1) { ["foo"]=> array(1) { [0]=> string(3) "bar" } } }

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