notationDeclHandler   58 ext/xml/php_xml.h 	zval *notationDeclHandler;
notationDeclHandler  453 ext/xml/xml.c  	if (parser->notationDeclHandler) {
notationDeclHandler  454 ext/xml/xml.c  		zval_ptr_dtor(&parser->notationDeclHandler);
notationDeclHandler 1083 ext/xml/xml.c  	if (parser && parser->notationDeclHandler) {
notationDeclHandler 1091 ext/xml/xml.c  		if ((retval = xml_call_handler(parser, parser->notationDeclHandler, parser->notationDeclPtr, 5, args))) {
notationDeclHandler 1376 ext/xml/xml.c  	xml_set_handler(&parser->notationDeclHandler, hdl);