notationDeclHandler   61 ext/xml/php_xml.h 	zval notationDeclHandler;
notationDeclHandler  428 ext/xml/xml.c  	if (!Z_ISUNDEF(parser->notationDeclHandler)) {
notationDeclHandler  429 ext/xml/xml.c  		zval_ptr_dtor(&parser->notationDeclHandler);
notationDeclHandler 1013 ext/xml/xml.c  	if (parser && !Z_ISUNDEF(parser->notationDeclHandler)) {
notationDeclHandler 1021 ext/xml/xml.c  		xml_call_handler(parser, &parser->notationDeclHandler, parser->notationDeclPtr, 5, args, &retval);
notationDeclHandler 1317 ext/xml/xml.c  	xml_set_handler(&parser->notationDeclHandler, hdl);