Home
last modified time | relevance | path

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

/PHP-7.4/ext/libxml/
H A Dlibxml.c526 static int _php_libxml_free_error(xmlErrorPtr error) in _php_libxml_free_error()
533 static void _php_list_set_error_structure(xmlErrorPtr error, const char *msg) in _php_list_set_error_structure()
785 PHP_LIBXML_API void php_libxml_structured_error_handler(void *userData, xmlErrorPtr error) in php_libxml_structured_error_handler()
1064 xmlErrorPtr error; in PHP_FUNCTION()
1095 xmlErrorPtr error; in PHP_FUNCTION()
/PHP-7.4/ext/soap/
H A Dphp_sdl.c336 xmlErrorPtr xmlErrorPtr = xmlGetLastError(); in load_wsdl_ex() local
338 if (xmlErrorPtr) { in load_wsdl_ex()
339 soap_error2(E_ERROR, "Parsing WSDL: Couldn't load from '%s' : %s", struri, xmlErrorPtr->message); in load_wsdl_ex()

Completed in 21 milliseconds