diff options
| author | Peter Kokot <peterkokot@gmail.com> | 2018-10-14 18:03:31 +0200 |
|---|---|---|
| committer | Peter Kokot <peterkokot@gmail.com> | 2018-10-14 19:46:15 +0200 |
| commit | d7a3edd45db8d91ddf09cba7c594c63e63f62709 (patch) | |
| tree | ef4fe3e4794260b362dad72d3542fdbef0169b8e /ext/xml/tests/xml_parse_error.phpt | |
| parent | b0708fa2e7b31f1fbd9539486a35d33643e62461 (diff) | |
| download | php-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.phpt | 4 |
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: */ |
