Home
last modified time | relevance | path

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

/php-src/ext/xml/
H A Dxml.c1109 #define PHP_XML_CHECK_NEW_THIS_METHODS(parser_to_check, new_this_obj, fcc_field, handler_set_method… macro
1144PHP_XML_CHECK_NEW_THIS_METHODS(parser, new_this, startElementHandler, "xml_set_element_handler()"); in PHP_FUNCTION()
1145 PHP_XML_CHECK_NEW_THIS_METHODS(parser, new_this, endElementHandler, "xml_set_element_handler()"); in PHP_FUNCTION()
1146PHP_XML_CHECK_NEW_THIS_METHODS(parser, new_this, characterDataHandler, "xml_set_character_data_han… in PHP_FUNCTION()
1147PHP_XML_CHECK_NEW_THIS_METHODS(parser, new_this, processingInstructionHandler, "xml_set_processing… in PHP_FUNCTION()
1148 PHP_XML_CHECK_NEW_THIS_METHODS(parser, new_this, defaultHandler, "xml_set_default_handler()"); in PHP_FUNCTION()
1149PHP_XML_CHECK_NEW_THIS_METHODS(parser, new_this, unparsedEntityDeclHandler, "xml_set_unparsed_enti… in PHP_FUNCTION()
1150PHP_XML_CHECK_NEW_THIS_METHODS(parser, new_this, notationDeclHandler, "xml_set_notation_decl_handl… in PHP_FUNCTION()
1151PHP_XML_CHECK_NEW_THIS_METHODS(parser, new_this, externalEntityRefHandler, "xml_set_external_entit… in PHP_FUNCTION()
1152PHP_XML_CHECK_NEW_THIS_METHODS(parser, new_this, startNamespaceDeclHandler, "xml_set_start_namespa… in PHP_FUNCTION()
[all …]

Completed in 8 milliseconds