summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/SimpleXMLElement_xpath.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/tests/SimpleXMLElement_xpath.phpt')
-rw-r--r--ext/simplexml/tests/SimpleXMLElement_xpath.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/tests/SimpleXMLElement_xpath.phpt b/ext/simplexml/tests/SimpleXMLElement_xpath.phpt
index fb7e6e90f0..ad33a53270 100644
--- a/ext/simplexml/tests/SimpleXMLElement_xpath.phpt
+++ b/ext/simplexml/tests/SimpleXMLElement_xpath.phpt
@@ -7,7 +7,7 @@ const XML_PARSE_RECOVER = 1;
// we're not interested in checking concrete warnings regarding invalid XML
$xml = @simplexml_load_string("XXXXXXX^", 'SimpleXMLElement', XML_PARSE_RECOVER);
-
+
// $xml is supposed to hold a SimpleXMLElement, but not FALSE/NULL
var_dump($xml->xpath("BBBB"));
?>