summaryrefslogtreecommitdiff
path: root/ext/dom/tests/bug47849.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/tests/bug47849.phpt')
-rw-r--r--ext/dom/tests/bug47849.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/tests/bug47849.phpt b/ext/dom/tests/bug47849.phpt
index 7e6b02c8cf..c0628e81f3 100644
--- a/ext/dom/tests/bug47849.phpt
+++ b/ext/dom/tests/bug47849.phpt
@@ -3,7 +3,7 @@ Bug #47849 (Non-deep import loses the namespace).
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
-<?php
+<?php
$aDOM= new DOMDocument();
$aDOM->appendChild($aDOM->createElementNS('urn::root','r:root'));