summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/bug38424.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/tests/bug38424.phpt')
-rw-r--r--ext/simplexml/tests/bug38424.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/tests/bug38424.phpt b/ext/simplexml/tests/bug38424.phpt
index baab45fe54..560b613c01 100644
--- a/ext/simplexml/tests/bug38424.phpt
+++ b/ext/simplexml/tests/bug38424.phpt
@@ -21,6 +21,6 @@ $xml["a4"] = $str ;
echo $xml->asXML();
?>
---EXPECT--
+--EXPECT--
<?xml version="1.0"?>
<xml a1="abc &amp;amp; def" a2="abc &amp;amp; def" a3="abc &amp; def" a4="abc &amp; def"/>