summaryrefslogtreecommitdiff
path: root/ext/dom/tests/dom_create_element.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/tests/dom_create_element.phpt')
-rw-r--r--ext/dom/tests/dom_create_element.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/dom/tests/dom_create_element.phpt b/ext/dom/tests/dom_create_element.phpt
index 3f307099bb..bd2c8f11da 100644
--- a/ext/dom/tests/dom_create_element.phpt
+++ b/ext/dom/tests/dom_create_element.phpt
@@ -221,7 +221,7 @@ try {
print $e->getMessage() . "\n";
}
-/* the qualifiedName has a prefix that is "xml" and the namespaceURI
+/* the qualifiedName has a prefix that is "xml" and the namespaceURI
is different from "http://www.w3.org/XML/1998/namespace" [XML Namespaces] */
print "26 DOMDocument::createElementNS('http://wrong.namespaceURI.com', 'xml:valid')\n";
@@ -261,7 +261,7 @@ try {
}
-/* the qualifiedName or its prefix is "xmlns" and the namespaceURI is
+/* the qualifiedName or its prefix is "xmlns" and the namespaceURI is
different from "http://www.w3.org/2000/xmlns/" */
print "30 DOMDocument::createElementNS('http://wrong.namespaceURI.com', 'xmlns:valid')\n";
@@ -298,7 +298,7 @@ try {
print $e->getMessage() . "\n";
}
-/* the namespaceURI is "http://www.w3.org/2000/xmlns/" and neither the
+/* the namespaceURI is "http://www.w3.org/2000/xmlns/" and neither the
qualifiedName nor its prefix is "xmlns". */
print "34 DOMDocument::createElementNS('http://www.w3.org/2000/xmlns/', 'wrongprefix:valid')\n";