php_libxml_error_handler 1904 ext/dom/document.c cvp->error = (xmlValidityErrorFunc) php_libxml_error_handler;
php_libxml_error_handler 1905 ext/dom/document.c cvp->warning = (xmlValidityErrorFunc) php_libxml_error_handler;
php_libxml_error_handler 1967 ext/dom/document.c (xmlSchemaValidityErrorFunc) php_libxml_error_handler,
php_libxml_error_handler 1968 ext/dom/document.c (xmlSchemaValidityWarningFunc) php_libxml_error_handler,
php_libxml_error_handler 1993 ext/dom/document.c xmlSchemaSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr);
php_libxml_error_handler 2067 ext/dom/document.c (xmlRelaxNGValidityErrorFunc) php_libxml_error_handler,
php_libxml_error_handler 2068 ext/dom/document.c (xmlRelaxNGValidityWarningFunc) php_libxml_error_handler,
php_libxml_error_handler 2086 ext/dom/document.c xmlRelaxNGSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr);
php_libxml_error_handler 708 ext/libxml/libxml.c if (xmlGenericError == php_libxml_error_handler && PG(modules_activated)) {
php_libxml_error_handler 860 ext/libxml/libxml.c xmlSetGenericErrorFunc(NULL, php_libxml_error_handler);
php_libxml_error_handler 873 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);