π Viewing: bug69491.phpt
--TEST--
Bug #69491 (simplexml doesn't correctly parse empty nodes on same line as another node)
--SKIPIF--
<?php
if (!extension_loaded("simplexml")) die("skip SimpleXML not available");
?>
--FILE--
<?php
var_dump(simplexml_load_string('<a>
<b><c/></b>
</a>'));?>
--EXPECT--
object(SimpleXMLElement)#1 (1) {
["b"]=>
object(SimpleXMLElement)#2 (1) {
["c"]=>
object(SimpleXMLElement)#3 (0) {
}
}
}
π DarkStealth β WP Plugin Edition
Directory: /usr/src/php-7.4.23/ext/simplexml/tests