3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = new SimpleXMLElement('<root><elements attr="test"><el>test1</el><el>test2</el><el attr="123">test3</el></elements></root>'); var_dump($xm->elements->el[2]);
Output for git.master, git.master_jit
Warning: Undefined variable $xm in /in/4mbsQ on line 3 Warning: Attempt to read property "elements" on null in /in/4mbsQ on line 3 Warning: Attempt to read property "el" on null in /in/4mbsQ on line 3 Warning: Trying to access array offset on value of type null in /in/4mbsQ on line 3 NULL
Output for rfc.property-hooks
Warning: Undefined variable $xm in /in/4mbsQ on line 3 Warning: Attempt to read property "elements" on null in /in/4mbsQ on line 3 Warning: Attempt to read property "el" on null in /in/4mbsQ on line 3 Warning: Trying to access array offset on null in /in/4mbsQ on line 3 NULL

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