summaryrefslogtreecommitdiff
path: root/ext/dom/tests/bug46185.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/tests/bug46185.phpt')
-rw-r--r--ext/dom/tests/bug46185.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/tests/bug46185.phpt b/ext/dom/tests/bug46185.phpt
index 02117cdd67..927a6e59e6 100644
--- a/ext/dom/tests/bug46185.phpt
+++ b/ext/dom/tests/bug46185.phpt
@@ -3,7 +3,7 @@ Bug #46185 (importNode changes the namespace of an XML element).
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
-<?php
+<?php
$aDOM = new DOMDocument();
$aDOM->loadXML('<?xml version="1.0"?>
<ns1:a xmlns:ns1="urn::ns"/>');