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.phpt12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/xml/tests/xml_set_object_error.phpt b/ext/xml/tests/xml_set_object_error.phpt
index db3266ea13..39a8511218 100644
--- a/ext/xml/tests/xml_set_object_error.phpt
+++ b/ext/xml/tests/xml_set_object_error.phpt
@@ -1,17 +1,17 @@
--TEST--
-Test xml_set_object() function : error conditions
+Test xml_set_object() function : error conditions
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("xml")) {
- print "skip - XML extension not loaded";
-}
+ print "skip - XML extension not loaded";
+}
?>
--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:
+ * Alias to functions:
*/
echo "*** Testing xml_set_object() : error conditions ***\n";