summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/023.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/tests/023.phpt')
-rw-r--r--ext/simplexml/tests/023.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/simplexml/tests/023.phpt b/ext/simplexml/tests/023.phpt
index 9ae6ec8813..59ea90dc02 100644
--- a/ext/simplexml/tests/023.phpt
+++ b/ext/simplexml/tests/023.phpt
@@ -20,7 +20,6 @@ $sxe = simplexml_load_string($xml);
var_dump($sxe);
var_dump($sxe['attr']);
?>
-===DONE===
--EXPECTF--
object(SimpleXMLElement)#%d (1) {
["@attributes"]=>
@@ -33,4 +32,3 @@ object(SimpleXMLElement)#%d (1) {
[0]=>
string(%d) "foo%sbar%sbaz"
}
-===DONE===