Searched refs:struri (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/soap/ |
H A D | php_sdl.c | 321 static void load_wsdl_ex(zval *this_ptr, char *struri, sdlCtx *ctx, int include TSRMLS_DC) in load_wsdl_ex() argument 328 if (zend_hash_exists(&ctx->docs, struri, strlen(struri)+1)) { in load_wsdl_ex() 332 sdl_set_uri_credentials(ctx, struri TSRMLS_CC); in load_wsdl_ex() 333 wsdl = soap_xmlParseFile(struri TSRMLS_CC); in load_wsdl_ex() 340 soap_error2(E_ERROR, "Parsing WSDL: Couldn't load from '%s' : %s", struri, xmlErrorPtr->message); in load_wsdl_ex() 342 soap_error1(E_ERROR, "Parsing WSDL: Couldn't load from '%s'", struri); in load_wsdl_ex() 346 zend_hash_add(&ctx->docs, struri, strlen(struri)+1, (void**)&wsdl, sizeof(xmlDocPtr), NULL); in load_wsdl_ex() 358 soap_error1(E_ERROR, "Parsing WSDL: Couldn't find <definitions> in '%s'", struri); in load_wsdl_ex() 731 static sdlPtr load_wsdl(zval *this_ptr, char *struri TSRMLS_DC) in load_wsdl() 739 ctx.sdl->source = estrdup(struri); in load_wsdl() [all …]
|
Completed in 20 milliseconds