Home
last modified time | relevance | path

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

/PHP-8.3/ext/xml/
H A Dxml.c83 zval notationDeclHandler; local
351 if (!Z_ISUNDEF(parser->notationDeclHandler)) { in xml_parser_free_obj()
352 zval_ptr_dtor(&parser->notationDeclHandler); in xml_parser_free_obj()
885 if (!parser || Z_ISUNDEF(parser->notationDeclHandler)) { in _xml_notationDeclHandler()
896 xml_call_handler(parser, &parser->notationDeclHandler, parser->notationDeclPtr, 5, args, &retval); in _xml_notationDeclHandler()
1160 xml_set_handler(&parser->notationDeclHandler, hdl); in PHP_FUNCTION()

Completed in 7 milliseconds