summaryrefslogtreecommitdiff
path: root/ext/xml/tests/xml_parser_set_option_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/tests/xml_parser_set_option_basic.phpt')
-rw-r--r--ext/xml/tests/xml_parser_set_option_basic.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/xml/tests/xml_parser_set_option_basic.phpt b/ext/xml/tests/xml_parser_set_option_basic.phpt
index 48d91eafb6..7d398dfd70 100644
--- a/ext/xml/tests/xml_parser_set_option_basic.phpt
+++ b/ext/xml/tests/xml_parser_set_option_basic.phpt
@@ -8,12 +8,6 @@ if (!extension_loaded("xml")) {
?>
--FILE--
<?php
-/* Prototype : proto bool xml_set_notation_decl_handler ( resource $parser , callback $handler )
- * Description: Sets the notation declaration handler function for the XML parser.
- * Source code: ext/xml/xml.c
- * Alias to functions:
- */
-
echo "Simple testcase for xml_parser_get_option() function\n";
$parser = xml_parser_create_ns();