Searched refs:notationDeclHandler (Results 1 – 2 of 2) sorted by relevance
61 zval notationDeclHandler; local
422 if (!Z_ISUNDEF(parser->notationDeclHandler)) { in xml_parser_dtor()423 zval_ptr_dtor(&parser->notationDeclHandler); in xml_parser_dtor()1006 if (parser && !Z_ISUNDEF(parser->notationDeclHandler)) { in _xml_notationDeclHandler()1014 xml_call_handler(parser, &parser->notationDeclHandler, parser->notationDeclPtr, 5, args, &retval); in _xml_notationDeclHandler()1308 xml_set_handler(&parser->notationDeclHandler, hdl); in PHP_FUNCTION()
Completed in 10 milliseconds