Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_sdl.c320 static void load_wsdl_ex(zval *this_ptr, char *struri, sdlCtx *ctx, int include) in load_wsdl_ex() argument
327 if (zend_hash_str_exists(&ctx->docs, struri, strlen(struri))) { in load_wsdl_ex()
331 sdl_set_uri_credentials(ctx, struri); in load_wsdl_ex()
332 wsdl = soap_xmlParseFile(struri); in load_wsdl_ex()
339 soap_error2(E_ERROR, "Parsing WSDL: Couldn't load from '%s' : %s", struri, xmlErrorPtr->message); in load_wsdl_ex()
341 soap_error1(E_ERROR, "Parsing WSDL: Couldn't load from '%s'", struri); in load_wsdl_ex()
345 zend_hash_str_add_ptr(&ctx->docs, struri, strlen(struri), wsdl); in load_wsdl_ex()
357 soap_error1(E_ERROR, "Parsing WSDL: Couldn't find <definitions> in '%s'", struri); in load_wsdl_ex()
727 static sdlPtr load_wsdl(zval *this_ptr, char *struri) in load_wsdl() argument
735 ctx.sdl->source = estrdup(struri); in load_wsdl()
[all …]

Completed in 12 milliseconds