php-src/ext/simplexml/tests/SimpleXMLElement_getDocNamespaces.phpt
2014-05-10 11:39:08 -03:00

10 lines
168 B
PHP

--TEST--
Testing getDocNamespaces() with invalid XML
--FILE--
<?php
$xml = @new SimpleXMLElement("X",1);
var_dump($xml->getDocNamespaces());
?>
--EXPECTF--
bool(false)