Home
last modified time | relevance | path

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

/PHP-5.5/ext/libxml/
H A Dlibxml.c529 static void php_libxml_internal_error_handler(int error_type, void *ctx, const char **msg, va_list … in php_libxml_internal_error_handler() function
718 php_libxml_internal_error_handler(PHP_LIBXML_CTX_ERROR, ctx, &msg, args); in php_libxml_ctx_error()
726 php_libxml_internal_error_handler(PHP_LIBXML_CTX_WARNING, ctx, &msg, args); in php_libxml_ctx_warning()
741 php_libxml_internal_error_handler(PHP_LIBXML_ERROR, ctx, &msg, args); in php_libxml_error_handler()

Completed in 8 milliseconds