summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/bug46047.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/tests/bug46047.phpt')
-rw-r--r--ext/simplexml/tests/bug46047.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/tests/bug46047.phpt b/ext/simplexml/tests/bug46047.phpt
index 0438154823..75d69daabb 100644
--- a/ext/simplexml/tests/bug46047.phpt
+++ b/ext/simplexml/tests/bug46047.phpt
@@ -4,7 +4,7 @@ Bug #46047 (SimpleXML converts empty nodes into object with nested array)
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
--FILE--
<?php
-$xml = new SimpleXMLElement('<foo><bar><![CDATA[]]></bar><baz/></foo>',
+$xml = new SimpleXMLElement('<foo><bar><![CDATA[]]></bar><baz/></foo>',
LIBXML_NOCDATA);
print_r($xml);