summaryrefslogtreecommitdiff
path: root/ext/xml/tests/xml_parser_create_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/tests/xml_parser_create_variation1.phpt')
-rw-r--r--ext/xml/tests/xml_parser_create_variation1.phpt14
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/xml/tests/xml_parser_create_variation1.phpt b/ext/xml/tests/xml_parser_create_variation1.phpt
index c5d588fec3..2caefa0d82 100644
--- a/ext/xml/tests/xml_parser_create_variation1.phpt
+++ b/ext/xml/tests/xml_parser_create_variation1.phpt
@@ -1,17 +1,17 @@
--TEST--
Test xml_parser_create() 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 resource xml_parser_create([string encoding])
- * Description: Create an XML parser
+ * Description: Create an XML parser
* Source code: ext/xml/xml.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing xml_parser_create() : usage variations ***\n";
@@ -77,9 +77,9 @@ $values = array(
// object data
new aClass(),
-
+
// resource data
- $fp,
+ $fp,
// undefined data
$undefined_var,