3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = new DomDocument; $xml->loadXML(' <Billing> <SQL rowcnt="1"> <row no="1"> <col no="1"> 581 </col> <col no="2"> 2011-03-14 </col> <col no="3"> ООО "ДорТех" </col> </row> </SQL> <SQL rowcnt="1"> <row no="1"> <col no="1"> 2016-03-01 </col> <col no="2"> 2016-03-31 </col> </row> </SQL> </Billing> '); //$root=$xml->root(); $sq= $xml->GetElementsByTagname("SQL"); foreach($sq as $SQL) $cnt=$SQL->GetAttribute("rowcnt");
Output for git.master, git.master_jit, rfc.property-hooks

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:
170.75 ms | 405 KiB | 5 Q