Home
last modified time | relevance | path

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

/PHP-7.0/ext/libxml/
H A Dphp_libxml.h107 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...);
H A Dlibxml.c708 if (xmlGenericError == php_libxml_error_handler && PG(modules_activated)) { in _php_libxml_pre_ext_ent_loader()
738 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...) in php_libxml_error_handler() function
866 xmlSetGenericErrorFunc(NULL, php_libxml_error_handler); in PHP_MINIT_FUNCTION()
879 xmlSetGenericErrorFunc(NULL, php_libxml_error_handler); in PHP_RINIT_FUNCTION()
/PHP-7.0/ext/dom/
H A Ddocument.c1780 cvp->error = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_FUNCTION()
1781 cvp->warning = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_FUNCTION()
1844 (xmlSchemaValidityErrorFunc) php_libxml_error_handler, in _dom_document_schema_validate()
1845 (xmlSchemaValidityWarningFunc) php_libxml_error_handler, in _dom_document_schema_validate()
1870 xmlSchemaSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_schema_validate()
1944 (xmlRelaxNGValidityErrorFunc) php_libxml_error_handler, in _dom_document_relaxNG_validate()
1945 (xmlRelaxNGValidityWarningFunc) php_libxml_error_handler, in _dom_document_relaxNG_validate()
1963 xmlRelaxNGSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_relaxNG_validate()
/PHP-7.0/ext/xsl/
H A Dphp_xsl.c149 xsltSetGenericErrorFunc(NULL, php_libxml_error_handler); in PHP_MINIT_FUNCTION()

Completed in 20 milliseconds