Home
last modified time | relevance | path

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

/php-src/ext/libxml/
H A Dlibxml.c866 static void php_libxml_structured_error_handler(void *userData, const xmlError *error) in php_libxml_structured_error_handler() function
868 static void php_libxml_structured_error_handler(void *userData, xmlErrorPtr error) in php_libxml_structured_error_handler()
1057 return xmlStructuredError == php_libxml_structured_error_handler; in php_libxml_uses_internal_errors()
1084 xmlSetStructuredErrorFunc(NULL, php_libxml_structured_error_handler); in PHP_FUNCTION()

Completed in 8 milliseconds