diff options
Diffstat (limited to 'ext/xml/tests/xml_parse_into_struct_variation.phpt')
-rw-r--r-- | ext/xml/tests/xml_parse_into_struct_variation.phpt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/xml/tests/xml_parse_into_struct_variation.phpt b/ext/xml/tests/xml_parse_into_struct_variation.phpt index 28c7acf9c3..3f98049567 100644 --- a/ext/xml/tests/xml_parse_into_struct_variation.phpt +++ b/ext/xml/tests/xml_parse_into_struct_variation.phpt @@ -8,12 +8,6 @@ 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 - * Source code: ext/xml/xml.c - * Alias to functions: - */ - echo "*** Testing xml_parse_into_struct() : variation ***\n"; $simple = "<main><para><note>simple note</note></para><para><note>simple note</note></para></main>"; |