Home
last modified time | relevance | path

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

/PHP-8.3/ext/libxml/
H A Dlibxml.c874 void php_libxml_structured_error_handler(void *userData, const xmlError *error) in php_libxml_structured_error_handler() function
876 void php_libxml_structured_error_handler(void *userData, xmlErrorPtr error) in php_libxml_structured_error_handler()
1078 if (current_handler && current_handler == php_libxml_structured_error_handler) { in PHP_FUNCTION()
1096 xmlSetStructuredErrorFunc(NULL, php_libxml_structured_error_handler); in PHP_FUNCTION()

Completed in 10 milliseconds