Searched refs:xml_set_notation_decl_handler (Results 1 – 5 of 5) sorted by relevance
2 Test xml_set_notation_decl_handler function : basic32 xml_set_notation_decl_handler($parser, $this->notation_decl_handler(...));51 echo "Simple test of xml_set_notation_decl_handler(() function\n";57 Simple test of xml_set_notation_decl_handler(() function
2 Test xml_set_notation_decl_handler function : basic
93 ZEND_FUNCTION(xml_set_notation_decl_handler);117 ZEND_FE(xml_set_notation_decl_handler, arginfo_xml_set_notation_decl_handler)
165 function xml_set_notation_decl_handler(XMLParser $parser, callable|string|null $handler): true {} function
1321 XML_SET_HANDLER_PHP_FUNCTION(xml_set_notation_decl_handler, notationDeclHandler, XML_SetNotationDec…
Completed in 15 milliseconds