Searched defs:use (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/ext/soap/ | ||
| H A D | php_sdl.h | 99 sdlEncodingUse use; member in struct:_sdlSoapBindingFunctionHeader 108 sdlEncodingUse use; member in struct:_sdlSoapBindingFunctionFault 114 sdlEncodingUse use; member in struct:_sdlSoapBindingFunctionBody 251 sdlUse use; member in struct:_sdlAttribute |
| H A D | soap.c | 581 /* we do not use zend_memrchr() since path can contain ; itself */ 708 /* TODO: add ini entry for always use soap errors */ 1523 /* TODO: could use zend_is_callable here */ 2552 if (zend_hash_find(ht, "use", sizeof("use"), (void**)&tmp) == SUCCESS && 2555 add_property_long(this_ptr, "use", Z_LVAL_PP(tmp)); 3371 If new_location is not specified or null then SoapClient will use endpoint 3899 int style, use; local 3906 use = fnb->output.use; 4002 int use = SOAP_LITERAL; local 4357 int i, style, use; local [all...] |
Completed in 10 milliseconds