summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/SimpleXMLElement_getDocNamespaces.phpt
blob: 9df7591003967f7cd6a0cb8893fe32779f1a9954 (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Testing getDocNamespaces() with invalid XML
--FILE--
<?php
$xml = @new SimpleXMLElement("X",1);
var_dump($xml->getDocNamespaces());
?>
--EXPECTF--
bool(false)