Home
last modified time | relevance | path

Searched refs:php_libxml_error_handler (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/libxml/
H A Dphp_libxml.h105 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...);
H A Dlibxml.c716 if (xmlGenericError == php_libxml_error_handler && PG(modules_activated)) { in _php_libxml_pre_ext_ent_loader()
746 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...) in php_libxml_error_handler() function
874 xmlSetGenericErrorFunc(NULL, php_libxml_error_handler); in PHP_MINIT_FUNCTION()
887 xmlSetGenericErrorFunc(NULL, php_libxml_error_handler); in PHP_RINIT_FUNCTION()
/PHP-7.3/ext/dom/
H A Ddocument.c1778 cvp->error = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_FUNCTION()
1779 cvp->warning = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_FUNCTION()
1842 (xmlSchemaValidityErrorFunc) php_libxml_error_handler, in _dom_document_schema_validate()
1843 (xmlSchemaValidityWarningFunc) php_libxml_error_handler, in _dom_document_schema_validate()
1868 xmlSchemaSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_schema_validate()
1942 (xmlRelaxNGValidityErrorFunc) php_libxml_error_handler, in _dom_document_relaxNG_validate()
1943 (xmlRelaxNGValidityWarningFunc) php_libxml_error_handler, in _dom_document_relaxNG_validate()
1961 xmlRelaxNGSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_relaxNG_validate()
/PHP-7.3/ext/xsl/
H A Dphp_xsl.c145 xsltSetGenericErrorFunc(NULL, php_libxml_error_handler); in PHP_MINIT_FUNCTION()

Completed in 17 milliseconds