Home
last modified time | relevance | path

Searched refs:xml_set_notation_decl_handler (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/xml/tests/
H A Dxml_set_notation_decl_handler_basic.phpt2 Test xml_set_notation_decl_handler function : basic
33 xml_set_notation_decl_handler($parser, "notation_decl_handler");
52 echo "Simple test of xml_set_notation_decl_handler(() function\n";
58 Simple test of xml_set_notation_decl_handler(() function
H A Dxml_parser_set_option_basic.phpt2 Test xml_set_notation_decl_handler function : basic
/php-src/ext/xml/
H A Dxml_arginfo.h93 ZEND_FUNCTION(xml_set_notation_decl_handler);
117 ZEND_FE(xml_set_notation_decl_handler, arginfo_xml_set_notation_decl_handler)
H A Dxml.stub.php164 function xml_set_notation_decl_handler(XMLParser $parser, callable|string|null $handler): true {} function
H A Dxml.c1298 XML_SET_HANDLER_PHP_FUNCTION(xml_set_notation_decl_handler, notationDeclHandler, XML_SetNotationDec…

Completed in 16 milliseconds