summaryrefslogtreecommitdiff
path: root/ext/xml/tests/xml_parser_set_option_variation3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/tests/xml_parser_set_option_variation3.phpt')
-rw-r--r--ext/xml/tests/xml_parser_set_option_variation3.phpt12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/xml/tests/xml_parser_set_option_variation3.phpt b/ext/xml/tests/xml_parser_set_option_variation3.phpt
index c215ef5fde..836ee7a469 100644
--- a/ext/xml/tests/xml_parser_set_option_variation3.phpt
+++ b/ext/xml/tests/xml_parser_set_option_variation3.phpt
@@ -1,17 +1,17 @@
--TEST--
Test xml_parser_set_option() function : usage variations
--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_parser_set_option(resource parser, int option, mixed value)
- * Description: Set options in an XML parser
+ * Description: Set options in an XML parser
* Source code: ext/xml/xml.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing xml_parser_set_option() : usage variations ***\n";
@@ -78,7 +78,7 @@ $values = array(
new aClass(),
// resource data
- $fp,
+ $fp,
// undefined data
$undefined_var,