Searched defs:use (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/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 | 492 /* we do not use zend_memrchr() since path can contain ; itself */ 615 /* TODO: add ini entry for always use soap errors */ 1396 /* TODO: could use zend_is_callable here */ 2360 if (zend_hash_find(ht, "use", sizeof("use"), (void**)&tmp) == SUCCESS && 2363 add_property_long(this_ptr, "use", Z_LVAL_PP(tmp)); 3188 If new_location is not specified or null then SoapClient will use endpoint 3677 int style, use; local 3684 use = fnb->output.use; 3780 int use = SOAP_LITERAL; local 4135 int i, style, use; local [all...] |
Completed in 9 milliseconds