summaryrefslogtreecommitdiff
path: root/ext/xml/tests/xml_set_object_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/tests/xml_set_object_error.phpt')
-rw-r--r--ext/xml/tests/xml_set_object_error.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/xml/tests/xml_set_object_error.phpt b/ext/xml/tests/xml_set_object_error.phpt
index f9f056ba92..39a8511218 100644
--- a/ext/xml/tests/xml_set_object_error.phpt
+++ b/ext/xml/tests/xml_set_object_error.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test xml_set_object() function : error conditions
+Test xml_set_object() function : error conditions
--SKIPIF--
<?php
if (!extension_loaded("xml")) {
@@ -9,7 +9,7 @@ if (!extension_loaded("xml")) {
--FILE--
<?php
/* Prototype : proto int xml_set_object(resource parser, object &obj)
- * Description: Set up object which should be used for callbacks
+ * Description: Set up object which should be used for callbacks
* Source code: ext/xml/xml.c
* Alias to functions:
*/