summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/bug37076_1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/tests/bug37076_1.phpt')
-rw-r--r--ext/simplexml/tests/bug37076_1.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/simplexml/tests/bug37076_1.phpt b/ext/simplexml/tests/bug37076_1.phpt
index d4f4e03337..019915a1b4 100644
--- a/ext/simplexml/tests/bug37076_1.phpt
+++ b/ext/simplexml/tests/bug37076_1.phpt
@@ -8,11 +8,9 @@ $xml = simplexml_load_string("<root><foo /></root>");
$xml->{""} .= "bar";
print $xml->asXML();
?>
-===DONE===
--EXPECTF--
Warning: main(): Cannot write or create unnamed element in %s on line %d
Warning: main(): Cannot write or create unnamed element in %s on line %d
<?xml version="1.0"?>
<root><foo/></root>
-===DONE===