Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_sdl.c297 static void load_wsdl_ex(zval *this_ptr, char *struri, sdlCtx *ctx, bool include) in load_wsdl_ex() argument
303 if (zend_hash_str_exists(&ctx->docs, struri, strlen(struri))) { in load_wsdl_ex()
307 sdl_set_uri_credentials(ctx, struri); in load_wsdl_ex()
308 wsdl = soap_xmlParseFile(struri); in load_wsdl_ex()
315 soap_error2(E_ERROR, "Parsing WSDL: Couldn't load from '%s' : %s", struri, xmlErrorPtr->message); in load_wsdl_ex()
317 soap_error1(E_ERROR, "Parsing WSDL: Couldn't load from '%s'", struri); in load_wsdl_ex()
321 zend_hash_str_add_ptr(&ctx->docs, struri, strlen(struri), wsdl); in load_wsdl_ex()
333 soap_error1(E_ERROR, "Parsing WSDL: Couldn't find <definitions> in '%s'", struri); in load_wsdl_ex()
692 static sdlPtr load_wsdl(zval *this_ptr, char *struri) in load_wsdl() argument
698 ctx.sdl->source = estrdup(struri); in load_wsdl()
[all …]

Completed in 19 milliseconds