Home
last modified time | relevance | path

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

/PHP-7.4/ext/libxml/
H A Dlibxml.c589 static void php_libxml_internal_error_handler(int error_type, void *ctx, const char **msg, va_list … in php_libxml_internal_error_handler() function
773 php_libxml_internal_error_handler(PHP_LIBXML_CTX_ERROR, ctx, &msg, args); in php_libxml_ctx_error()
781 php_libxml_internal_error_handler(PHP_LIBXML_CTX_WARNING, ctx, &msg, args); in php_libxml_ctx_warning()
796 php_libxml_internal_error_handler(PHP_LIBXML_ERROR, ctx, &msg, args); in php_libxml_error_handler()

Completed in 7 milliseconds