Searched refs:php_libxml_error_handler (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/dom/ |
H A D | document.c | 1596 cvp->error = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_METHOD() 1597 cvp->warning = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_METHOD() 1666 (xmlSchemaValidityErrorFunc) php_libxml_error_handler, in _dom_document_schema_validate() 1667 (xmlSchemaValidityWarningFunc) php_libxml_error_handler, in _dom_document_schema_validate() 1694 xmlSchemaSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_schema_validate() 1771 (xmlRelaxNGValidityErrorFunc) php_libxml_error_handler, in _dom_document_relaxNG_validate() 1772 (xmlRelaxNGValidityWarningFunc) php_libxml_error_handler, in _dom_document_relaxNG_validate() 1791 xmlRelaxNGSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_relaxNG_validate()
|
/PHP-8.0/ext/libxml/ |
H A D | php_libxml.h | 103 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...);
|
H A D | libxml.c | 712 if (xmlGenericError == php_libxml_error_handler && PG(modules_activated)) { in _php_libxml_pre_ext_ent_loader() 742 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...) in php_libxml_error_handler() function 895 xmlSetGenericErrorFunc(NULL, php_libxml_error_handler); in PHP_MINIT_FUNCTION() 908 xmlSetGenericErrorFunc(NULL, php_libxml_error_handler); in PHP_RINIT_FUNCTION()
|
/PHP-8.0/ext/xsl/ |
H A D | php_xsl.c | 135 xsltSetGenericErrorFunc(NULL, php_libxml_error_handler); in PHP_MINIT_FUNCTION()
|
Completed in 19 milliseconds