summaryrefslogtreecommitdiff
path: root/ext/xml/tests/xml_parse_into_struct_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/tests/xml_parse_into_struct_variation1.phpt')
-rw-r--r--ext/xml/tests/xml_parse_into_struct_variation1.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/xml/tests/xml_parse_into_struct_variation1.phpt b/ext/xml/tests/xml_parse_into_struct_variation1.phpt
index e9c41e8f24..bc7c817516 100644
--- a/ext/xml/tests/xml_parse_into_struct_variation1.phpt
+++ b/ext/xml/tests/xml_parse_into_struct_variation1.phpt
@@ -1,17 +1,17 @@
--TEST--
Test xml_parse_into_struct() function : usage variations - different types for 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_into_struct(resource parser, string data, array &struct, array &index)
* Description: Parsing a XML document
* Source code: ext/xml/xml.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing xml_parse_into_struct() : usage variations ***\n";
@@ -74,7 +74,7 @@ $values = array(
// object data
new aClass(),
-
+
// resource data
$fp,