Home
last modified time | relevance | path

Searched refs:_php_list_set_error_structure (Results 1 – 1 of 1) sorted by last modified time

/php-src/ext/libxml/
H A Dlibxml.c594 static void _php_list_set_error_structure(const xmlError *error, const char *msg, int line, int col… in _php_list_set_error_structure() function
596 static void _php_list_set_error_structure(xmlError *error, const char *msg, int line, int column) in _php_list_set_error_structure()
641 _php_list_set_error_structure(NULL, msg, 0, 0); in php_libxml_issue_error()
667 _php_list_set_error_structure(NULL, ZSTR_VAL(LIBXML(error_buffer).s), line, column); in php_libxml_internal_error_handler_ex()
871 _php_list_set_error_structure(error, NULL, 0, 0); in php_libxml_structured_error_handler()

Completed in 7 milliseconds