3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = '<Folder> <Placemark> <ExtendedData> <Data name="Id"> <value>152285415</value> </Data> <Data name="Name"> <value>Tester</value> </Data> </ExtendedData> </Placemark> </Folder>'; $xml = new SimpleXMLElement($xml); $result = $xml->xpath('/Folder/Placemark/ExtendedData/Data[@name="Id"]'); echo "Value: ".$result[0]->value;
Output for git.master, git.master_jit, rfc.property-hooks
Value: 152285415

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:
52.39 ms | 1944 KiB | 4 Q