Searched refs:php_libxml_error_handler (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/ext/libxml/ |
H A D | php_libxml.h | 95 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...);
|
H A D | libxml.c | 691 if (xmlGenericError == php_libxml_error_handler && PG(modules_activated)) { in _php_libxml_pre_ext_ent_loader() 721 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...) in php_libxml_error_handler() function 838 xmlSetGenericErrorFunc(NULL, php_libxml_error_handler); in PHP_MINIT_FUNCTION() 851 xmlSetGenericErrorFunc(NULL, php_libxml_error_handler); in PHP_RINIT_FUNCTION()
|
/PHP-5.4/ext/dom/ |
H A D | document.c | 1965 cvp->error = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_FUNCTION() 1966 cvp->warning = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_FUNCTION() 2027 (xmlSchemaValidityErrorFunc) php_libxml_error_handler, in _dom_document_schema_validate() 2028 (xmlSchemaValidityWarningFunc) php_libxml_error_handler, in _dom_document_schema_validate() 2046 xmlSchemaSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_schema_validate() 2120 (xmlRelaxNGValidityErrorFunc) php_libxml_error_handler, in _dom_document_relaxNG_validate() 2121 (xmlRelaxNGValidityWarningFunc) php_libxml_error_handler, in _dom_document_relaxNG_validate() 2139 xmlRelaxNGSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_relaxNG_validate()
|
/PHP-5.4/ext/xsl/ |
H A D | php_xsl.c | 289 xsltSetGenericErrorFunc(NULL, php_libxml_error_handler); in PHP_RINIT_FUNCTION()
|
Completed in 17 milliseconds