Searched refs:xmlErrorPtr (Results 1 – 2 of 2) sorted by relevance
481 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()
334 xmlErrorPtr xmlErrorPtr = xmlGetLastError(); in load_wsdl_ex() local336 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 20 milliseconds