Home
last modified time | relevance | path

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

/PHP-7.3/ext/libxml/
H A Dlibxml.c481 static int _php_libxml_free_error(xmlErrorPtr error) in _php_libxml_free_error()
488 static void _php_list_set_error_structure(xmlErrorPtr error, const char *msg) in _php_list_set_error_structure()
739 PHP_LIBXML_API void php_libxml_structured_error_handler(void *userData, xmlErrorPtr error) in php_libxml_structured_error_handler()
1020 xmlErrorPtr error; in PHP_FUNCTION()
1051 xmlErrorPtr error; in PHP_FUNCTION()
/PHP-7.3/ext/soap/
H A Dphp_sdl.c334 xmlErrorPtr xmlErrorPtr = xmlGetLastError(); in load_wsdl_ex() local
336 if (xmlErrorPtr) { in load_wsdl_ex()
337 soap_error2(E_ERROR, "Parsing WSDL: Couldn't load from '%s' : %s", struri, xmlErrorPtr->message); in load_wsdl_ex()

Completed in 28 milliseconds