Searched refs:php_libxml_ctx_error_level (Results 1 – 1 of 1) sorted by relevance
664 static void php_libxml_ctx_error_level(int level, void *ctx, const char *msg) in php_libxml_ctx_error_level() function715 php_libxml_ctx_error_level(E_WARNING, ctx, ZSTR_VAL(LIBXML(error_buffer).s)); in php_libxml_internal_error_handler()718 php_libxml_ctx_error_level(E_NOTICE, ctx, ZSTR_VAL(LIBXML(error_buffer).s)); in php_libxml_internal_error_handler()
Completed in 9 milliseconds