summaryrefslogtreecommitdiff
path: root/ext/xml/tests
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-01-16 09:46:47 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-01-16 09:46:47 +0100
commit0b4778c377a5753a0deb9cfc697d4f62acf93a29 (patch)
tree1513cbdabd00e0c43ed9750107787791060a8398 /ext/xml/tests
parent9d7e03c325473024e54c864f0379efc1bbf03e72 (diff)
downloadphp-git-0b4778c377a5753a0deb9cfc697d4f62acf93a29.tar.gz
Fix #78880: Another bunch of spelling errors
Diffstat (limited to 'ext/xml/tests')
-rw-r--r--ext/xml/tests/bug35447.phpt2
-rw-r--r--ext/xml/tests/xml009.phpt2
-rw-r--r--ext/xml/tests/xml010.phpt2
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/xml/tests/bug35447.phpt b/ext/xml/tests/bug35447.phpt
index 8cbb5e5193..0f5f5581d0 100644
--- a/ext/xml/tests/bug35447.phpt
+++ b/ext/xml/tests/bug35447.phpt
@@ -3,7 +3,7 @@ Bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM)
--SKIPIF--
<?php
require_once("skipif.inc");
-if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on this plattform");}
+if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on this platform");}
?>
--FILE--
<?php
diff --git a/ext/xml/tests/xml009.phpt b/ext/xml/tests/xml009.phpt
index 84b89bb488..7143a9faf7 100644
--- a/ext/xml/tests/xml009.phpt
+++ b/ext/xml/tests/xml009.phpt
@@ -3,7 +3,7 @@ XML parser test, default namespaces
--SKIPIF--
<?php
require_once("skipif.inc");
-if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on this plattform");}
+if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on this platform");}
?>
--FILE--
<?php
diff --git a/ext/xml/tests/xml010.phpt b/ext/xml/tests/xml010.phpt
index 511129c699..e4b4dd6520 100644
--- a/ext/xml/tests/xml010.phpt
+++ b/ext/xml/tests/xml010.phpt
@@ -3,7 +3,7 @@ XML parser test, attributes
--SKIPIF--
<?php
require_once("skipif.inc");
-if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on this plattform");}
+if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on this platform");}
?>
--FILE--
<?php