php_libxml_error_handler 1780 ext/dom/document.c cvp->error = (xmlValidityErrorFunc) php_libxml_error_handler; php_libxml_error_handler 1781 ext/dom/document.c cvp->warning = (xmlValidityErrorFunc) php_libxml_error_handler; php_libxml_error_handler 1844 ext/dom/document.c (xmlSchemaValidityErrorFunc) php_libxml_error_handler, php_libxml_error_handler 1845 ext/dom/document.c (xmlSchemaValidityWarningFunc) php_libxml_error_handler, php_libxml_error_handler 1870 ext/dom/document.c xmlSchemaSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); php_libxml_error_handler 1944 ext/dom/document.c (xmlRelaxNGValidityErrorFunc) php_libxml_error_handler, php_libxml_error_handler 1945 ext/dom/document.c (xmlRelaxNGValidityWarningFunc) php_libxml_error_handler, php_libxml_error_handler 1963 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 867 ext/libxml/libxml.c xmlSetGenericErrorFunc(NULL, php_libxml_error_handler); php_libxml_error_handler 880 ext/libxml/libxml.c xmlSetGenericErrorFunc(NULL, php_libxml_error_handler); php_libxml_error_handler 106 ext/libxml/php_libxml.h PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...); php_libxml_error_handler 149 ext/xsl/php_xsl.c xsltSetGenericErrorFunc(NULL, php_libxml_error_handler);