Searched refs:xmlErrorPtr (Results 1 – 2 of 2) sorted by relevance
473 static int _php_libxml_free_error(xmlErrorPtr error) in _php_libxml_free_error()480 static void _php_list_set_error_structure(xmlErrorPtr error, const char *msg) in _php_list_set_error_structure()731 PHP_LIBXML_API void php_libxml_structured_error_handler(void *userData, xmlErrorPtr error) in php_libxml_structured_error_handler()1009 xmlErrorPtr error; in PHP_FUNCTION()1040 xmlErrorPtr error; in PHP_FUNCTION()
333 xmlErrorPtr xmlErrorPtr = xmlGetLastError(); in load_wsdl_ex() local335 if (xmlErrorPtr) { in load_wsdl_ex()336 soap_error2(E_ERROR, "Parsing WSDL: Couldn't load from '%s' : %s", struri, xmlErrorPtr->message); in load_wsdl_ex()
Completed in 26 milliseconds