diff options
Diffstat (limited to 'ext/xml/tests/xml_parse_into_struct_variation1.phpt')
| -rw-r--r-- | ext/xml/tests/xml_parse_into_struct_variation1.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/xml/tests/xml_parse_into_struct_variation1.phpt b/ext/xml/tests/xml_parse_into_struct_variation1.phpt index bc7c817516..0cb22a5371 100644 --- a/ext/xml/tests/xml_parse_into_struct_variation1.phpt +++ b/ext/xml/tests/xml_parse_into_struct_variation1.phpt @@ -9,7 +9,7 @@ if (!extension_loaded("xml")) { --FILE-- <?php /* Prototype : proto int xml_parse_into_struct(resource parser, string data, array &struct, array &index) - * Description: Parsing a XML document + * Description: Parsing a XML document * 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, |
