summaryrefslogtreecommitdiff
path: root/ext/xml/tests/xml_parse_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/tests/xml_parse_variation1.phpt')
-rw-r--r--ext/xml/tests/xml_parse_variation1.phpt14
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/xml/tests/xml_parse_variation1.phpt b/ext/xml/tests/xml_parse_variation1.phpt
index 34afcd87b5..3b6e476f4c 100644
--- a/ext/xml/tests/xml_parse_variation1.phpt
+++ b/ext/xml/tests/xml_parse_variation1.phpt
@@ -1,17 +1,17 @@
--TEST--
Test xml_parse() function : usage variations - different types of parser
--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_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:
+ * Alias to functions:
*/
echo "*** Testing xml_parse() : usage variations ***\n";
@@ -75,9 +75,9 @@ $values = array(
// object data
new aClass(),
-
+
// resource data
- $fp,
+ $fp,
// undefined data
$undefined_var,