Searched refs:xmlErrorPtr (Results 1 – 2 of 2) sorted by relevance
449 static int _php_libxml_free_error(xmlErrorPtr error) in _php_libxml_free_error()456 static void _php_list_set_error_structure(xmlErrorPtr error, const char *msg) in _php_list_set_error_structure()714 PHP_LIBXML_API void php_libxml_structured_error_handler(void *userData, xmlErrorPtr error) in php_libxml_structured_error_handler()976 xmlErrorPtr error; in PHP_FUNCTION()1007 xmlErrorPtr error; in PHP_FUNCTION()
337 xmlErrorPtr xmlErrorPtr = xmlGetLastError(); in load_wsdl_ex() local339 if (xmlErrorPtr) { in load_wsdl_ex()340 soap_error2(E_ERROR, "Parsing WSDL: Couldn't load from '%s' : %s", struri, xmlErrorPtr->message); in load_wsdl_ex()
Completed in 17 milliseconds