diff options
Diffstat (limited to 'ext/xml/tests/xml_set_object_variation1.phpt')
| -rw-r--r-- | ext/xml/tests/xml_set_object_variation1.phpt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/xml/tests/xml_set_object_variation1.phpt b/ext/xml/tests/xml_set_object_variation1.phpt index 92c3d875f0..2c90b8cc38 100644 --- a/ext/xml/tests/xml_set_object_variation1.phpt +++ b/ext/xml/tests/xml_set_object_variation1.phpt @@ -1,17 +1,17 @@ --TEST-- Test xml_set_object() 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_set_object(resource parser, object &obj) * 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() : usage variations ***\n"; @@ -74,7 +74,7 @@ $values = array( // object data new aClass(), - + // resource data $fp, |
