| Current Path : /hdd/hdd21/main/php5/php-5.6.6/ext/simplexml/tests/ |
| Current File : //hdd/hdd21/main/php5/php-5.6.6/ext/simplexml/tests/SimpleXMLElement_getDocNamespaces.phpt |
--TEST--
Testing getDocNamespaces() with invalid XML
--FILE--
<?php
$xml = @new SimpleXMLElement("X",1);
var_dump($xml->getDocNamespaces());
?>
--EXPECTF--
bool(false)