Home
last modified time | relevance | path

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

/php-src/ext/libxml/
H A Dlibxml.c597 static void _php_list_set_error_structure(const xmlError *error, const char *msg, int line, int col… in _php_list_set_error_structure() function
599 static void _php_list_set_error_structure(xmlError *error, const char *msg, int line, int column) in _php_list_set_error_structure()
644 _php_list_set_error_structure(NULL, msg, 0, 0); in php_libxml_issue_error()
670 _php_list_set_error_structure(NULL, ZSTR_VAL(LIBXML(error_buffer).s), line, column); in php_libxml_internal_error_handler_ex()
874 _php_list_set_error_structure(error, NULL, 0, 0); in php_libxml_structured_error_handler()

Completed in 8 milliseconds