Home
last modified time | relevance | path

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

/PHP-8.3/ext/libxml/
H A Dlibxml.c644 xmlError error_copy; in _php_list_set_error_structure() local
648 memset(&error_copy, 0, sizeof(xmlError)); in _php_list_set_error_structure()
651 ret = xmlCopyError(error, &error_copy); in _php_list_set_error_structure()
653 error_copy.code = XML_ERR_INTERNAL_ERROR; in _php_list_set_error_structure()
654 error_copy.level = XML_ERR_ERROR; in _php_list_set_error_structure()
655 error_copy.message = (char*)xmlStrdup((const xmlChar*)msg); in _php_list_set_error_structure()
660 zend_llist_add_element(LIBXML(error_list), &error_copy); in _php_list_set_error_structure()

Completed in 7 milliseconds