diff options
Diffstat (limited to 'ext/xml/tests/xml_set_object_variation1.phpt')
| -rw-r--r-- | ext/xml/tests/xml_set_object_variation1.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/xml/tests/xml_set_object_variation1.phpt b/ext/xml/tests/xml_set_object_variation1.phpt index 2c90b8cc38..bdea52cc8d 100644 --- a/ext/xml/tests/xml_set_object_variation1.phpt +++ b/ext/xml/tests/xml_set_object_variation1.phpt @@ -9,7 +9,7 @@ if (!extension_loaded("xml")) { --FILE-- <?php /* Prototype : proto int xml_set_object(resource parser, object &obj) - * Description: Set up object which should be used for callbacks + * Description: Set up object which should be used for callbacks * Source code: ext/xml/xml.c * Alias to functions: */ @@ -76,7 +76,7 @@ $values = array( new aClass(), // resource data - $fp, + $fp, // undefined data $undefined_var, |
