php_libxml_error_handler 1955 ext/dom/document.c 	cvp->error    = (xmlValidityErrorFunc) php_libxml_error_handler;
php_libxml_error_handler 1956 ext/dom/document.c 	cvp->warning  = (xmlValidityErrorFunc) php_libxml_error_handler;
php_libxml_error_handler 2014 ext/dom/document.c 		(xmlSchemaValidityErrorFunc) php_libxml_error_handler,
php_libxml_error_handler 2015 ext/dom/document.c 		(xmlSchemaValidityWarningFunc) php_libxml_error_handler,
php_libxml_error_handler 2040 ext/dom/document.c 	xmlSchemaSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr);
php_libxml_error_handler 2110 ext/dom/document.c 		(xmlRelaxNGValidityErrorFunc) php_libxml_error_handler,
php_libxml_error_handler 2111 ext/dom/document.c 		(xmlRelaxNGValidityWarningFunc) php_libxml_error_handler,
php_libxml_error_handler 2129 ext/dom/document.c 	xmlRelaxNGSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr);
php_libxml_error_handler  692 ext/libxml/libxml.c 	if (xmlGenericError == php_libxml_error_handler && PG(modules_activated)) {
php_libxml_error_handler  844 ext/libxml/libxml.c 		xmlSetGenericErrorFunc(NULL, php_libxml_error_handler);
php_libxml_error_handler  857 ext/libxml/libxml.c 		xmlSetGenericErrorFunc(NULL, php_libxml_error_handler);
php_libxml_error_handler   95 ext/libxml/php_libxml.h PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...);
php_libxml_error_handler  289 ext/xsl/php_xsl.c 	xsltSetGenericErrorFunc(NULL, php_libxml_error_handler);