Searched refs:php_libxml_structured_error_handler (Results 1 – 1 of 1) sorted by relevance
714 PHP_LIBXML_API void php_libxml_structured_error_handler(void *userData, xmlErrorPtr error) in php_libxml_structured_error_handler() function944 if (current_handler && current_handler == php_libxml_structured_error_handler) { in PHP_FUNCTION()962 xmlSetStructuredErrorFunc(NULL, php_libxml_structured_error_handler); in PHP_FUNCTION()
Completed in 10 milliseconds