php_libxml_error_handler 1965 ext/dom/document.c cvp->error = (xmlValidityErrorFunc) php_libxml_error_handler;
php_libxml_error_handler 1966 ext/dom/document.c cvp->warning = (xmlValidityErrorFunc) php_libxml_error_handler;
php_libxml_error_handler 2028 ext/dom/document.c (xmlSchemaValidityErrorFunc) php_libxml_error_handler,
php_libxml_error_handler 2029 ext/dom/document.c (xmlSchemaValidityWarningFunc) php_libxml_error_handler,
php_libxml_error_handler 2054 ext/dom/document.c xmlSchemaSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr);
php_libxml_error_handler 2128 ext/dom/document.c (xmlRelaxNGValidityErrorFunc) php_libxml_error_handler,
php_libxml_error_handler 2129 ext/dom/document.c (xmlRelaxNGValidityWarningFunc) php_libxml_error_handler,
php_libxml_error_handler 2147 ext/dom/document.c xmlRelaxNGSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr);
php_libxml_error_handler 707 ext/libxml/libxml.c if (xmlGenericError == php_libxml_error_handler && PG(modules_activated)) {
php_libxml_error_handler 859 ext/libxml/libxml.c xmlSetGenericErrorFunc(NULL, php_libxml_error_handler);
php_libxml_error_handler 872 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);