3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = <<<XML <a> <b> <c id='test'>текст</c> <c>вещь</c> </b> </a> XML; $xml = new SimpleXMLElement($string); var_dump($xml->xpath("//a/b/c[0]"));

preferences:
73.45 ms | 402 KiB | 5 Q