Searched refs:notationDeclHandler (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/ext/xml/ |
H A D | xml.c | 78 zend_fcall_info_cache notationDeclHandler; local 364 if (ZEND_FCC_INITIALIZED(parser->notationDeclHandler)) { in xml_parser_free_obj() 365 zend_fcc_dtor(&parser->notationDeclHandler); in xml_parser_free_obj() 366 parser->notationDeclHandler.function_handler = NULL; in xml_parser_free_obj() 416 if (ZEND_FCC_INITIALIZED(parser->notationDeclHandler)) { in xml_parser_get_gc() 417 zend_get_gc_buffer_add_fcc(gc_buffer, &parser->notationDeclHandler); in xml_parser_get_gc() 901 if (!parser || !ZEND_FCC_INITIALIZED(parser->notationDeclHandler)) { in xml_notationDeclHandler() 913 …zend_call_known_fcc(&parser->notationDeclHandler, /* retval */ NULL, /* param_count */ 5, args, /*… in xml_notationDeclHandler() 1151 …PHP_XML_CHECK_NEW_THIS_METHODS(parser, new_this, notationDeclHandler, "xml_set_notation_decl_handl… in PHP_FUNCTION() 1321 XML_SET_HANDLER_PHP_FUNCTION(xml_set_notation_decl_handler, notationDeclHandler, XML_SetNotationDec…
|
Completed in 9 milliseconds