Home
last modified time | relevance | path

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

/php-src/ext/xml/
H A Dxml.c1134 zend_object *new_this; in PHP_FUNCTION() local
1141 new_this = Z_OBJ_P(mythis); in PHP_FUNCTION()
1144 …PHP_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()
1146 …PHP_XML_CHECK_NEW_THIS_METHODS(parser, new_this, characterDataHandler, "xml_set_character_data_han… in PHP_FUNCTION()
1148 PHP_XML_CHECK_NEW_THIS_METHODS(parser, new_this, defaultHandler, "xml_set_default_handler()"); in PHP_FUNCTION()
1149 …PHP_XML_CHECK_NEW_THIS_METHODS(parser, new_this, unparsedEntityDeclHandler, "xml_set_unparsed_enti… in PHP_FUNCTION()
1150 …PHP_XML_CHECK_NEW_THIS_METHODS(parser, new_this, notationDeclHandler, "xml_set_notation_decl_handl… in PHP_FUNCTION()
1151 …PHP_XML_CHECK_NEW_THIS_METHODS(parser, new_this, externalEntityRefHandler, "xml_set_external_entit… in PHP_FUNCTION()
1153 …PHP_XML_CHECK_NEW_THIS_METHODS(parser, new_this, endNamespaceDeclHandler, "xml_set_end_namespace_d… in PHP_FUNCTION()
[all …]

Completed in 12 milliseconds