diff options
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: */ |