summaryrefslogtreecommitdiff
path: root/ext/xml/tests/xml_parse_error.phpt
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-14 18:03:31 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-10-14 19:46:15 +0200
commitd7a3edd45db8d91ddf09cba7c594c63e63f62709 (patch)
treeef4fe3e4794260b362dad72d3542fdbef0169b8e /ext/xml/tests/xml_parse_error.phpt
parentb0708fa2e7b31f1fbd9539486a35d33643e62461 (diff)
downloadphp-git-d7a3edd45db8d91ddf09cba7c594c63e63f62709.tar.gz
Trim trailing whitespace in *.phpt
Diffstat (limited to 'ext/xml/tests/xml_parse_error.phpt')
-rw-r--r--ext/xml/tests/xml_parse_error.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/xml/tests/xml_parse_error.phpt b/ext/xml/tests/xml_parse_error.phpt
index aa1debdb5a..e5036ddbeb 100644
--- a/ext/xml/tests/xml_parse_error.phpt
+++ b/ext/xml/tests/xml_parse_error.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test xml_parse() function : error conditions
+Test xml_parse() function : error conditions
--SKIPIF--
<?php
if (!extension_loaded("xml")) {
@@ -9,7 +9,7 @@ if (!extension_loaded("xml")) {
--FILE--
<?php
/* Prototype : proto int xml_parse(resource parser, string data [, int isFinal])
- * Description: Start parsing an XML document
+ * Description: Start parsing an XML document
* Source code: ext/xml/xml.c
* Alias to functions:
*/