Home
last modified time | relevance | path

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

/PHP-7.3/ext/xml/
H A Dphp_xml.h59 zval notationDeclHandler; local
H A Dxml.c420 if (!Z_ISUNDEF(parser->notationDeclHandler)) { in xml_parser_dtor()
421 zval_ptr_dtor(&parser->notationDeclHandler); in xml_parser_dtor()
1003 if (parser && !Z_ISUNDEF(parser->notationDeclHandler)) { in _xml_notationDeclHandler()
1011 xml_call_handler(parser, &parser->notationDeclHandler, parser->notationDeclPtr, 5, args, &retval); in _xml_notationDeclHandler()
1305 xml_set_handler(&parser->notationDeclHandler, hdl); in PHP_FUNCTION()

Completed in 14 milliseconds