Home
last modified time | relevance | path

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

/php-src/ext/xml/
H A Dxml.c78 zend_fcall_info_cache notationDeclHandler; local
361 if (ZEND_FCC_INITIALIZED(parser->notationDeclHandler)) { in xml_parser_free_obj()
362 zend_fcc_dtor(&parser->notationDeclHandler); in xml_parser_free_obj()
363 parser->notationDeclHandler.function_handler = NULL; in xml_parser_free_obj()
413 if (ZEND_FCC_INITIALIZED(parser->notationDeclHandler)) { in xml_parser_get_gc()
414 zend_get_gc_buffer_add_fcc(gc_buffer, &parser->notationDeclHandler); in xml_parser_get_gc()
898 if (!parser || !ZEND_FCC_INITIALIZED(parser->notationDeclHandler)) { in _xml_notationDeclHandler()
910 …zend_call_known_fcc(&parser->notationDeclHandler, /* retval */ NULL, /* param_count */ 5, args, /*… in _xml_notationDeclHandler()
1150 …PHP_XML_CHECK_NEW_THIS_METHODS(parser, new_this, notationDeclHandler, "xml_set_notation_decl_handl… in PHP_FUNCTION()
1298 XML_SET_HANDLER_PHP_FUNCTION(xml_set_notation_decl_handler, notationDeclHandler, XML_SetNotationDec…

Completed in 11 milliseconds