3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = <<<XML <XL> <Row> <Cell><Data Type="String">Dr. nair</Data></Cell> <Cell><Data Type="String">12121 brok Blvd. </Data></Cell> <Cell><Data Type="String">WEST INDIES</Data></Cell> <Cell><Data Type="String">WI</Data></Cell> <Cell><Data Type="Number">90025</Data></Cell> <Cell><Data Type="String">310-444-1212</Data></Cell> </Row> <Row> <Cell><Data Type="String">Dr. july</Data></Cell> <Cell><Data Type="String">Paldi. </Data></Cell> <Cell><Data Type="String">WEST INDIES</Data></Cell> <Cell><Data Type="String">WI</Data></Cell> <Cell><Data Type="Number">90025</Data></Cell> <Cell><Data Type="String">310-4544-1212</Data></Cell> </Row> <Row> <Cell><Data Type="String">Dr. lol</Data></Cell> <Cell><Data Type="String">Paldi. </Data></Cell> <Cell><Data Type="String">New Zeland</Data></Cell> <Cell><Data Type="String">NZ</Data></Cell> <Cell><Data Type="Number">90025</Data></Cell> <Cell><Data Type="String">310-4544-1212</Data></Cell> </Row> <Row> <Cell><Data Type="String">Dr. nik</Data></Cell> <Cell><Data Type="String">Paldi. </Data></Cell> <Cell><Data Type="String">India</Data></Cell> <Cell><Data Type="String">IN</Data></Cell> <Cell><Data Type="Number">90025</Data></Cell> <Cell><Data Type="String">310-4544-1212</Data></Cell> </Row> </XL> XML; $xml = simplexml_load_string($x); $countries = (string)$xml->xpath("//Row/Cell[3]/Data"); var_dump($countries);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Array to string conversion in /in/Go6jg on line 40 string(5) "Array"

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.55 ms | 401 KiB | 8 Q