Searched defs:location (Results 1 – 10 of 10) sorted by relevance
/php-src/ext/soap/ |
H A D | soap.stub.php | 539 private ?string $location = null; variable in SoapClient 607 …public function __doRequest(string $request, string $location, string $action, int $version, bool … 622 public function __setLocation(?string $location = null): ?string {}
|
H A D | php_schema.c | 108 static void schema_load_file(sdlCtx *ctx, xmlAttrPtr ns, xmlChar *location, xmlAttrPtr tns, int imp… in schema_load_file() 230 xmlAttrPtr location; in load_schema() local 242 xmlAttrPtr location; in load_schema() local 255 xmlAttrPtr ns, location; in load_schema() local
|
H A D | soap.c | 2210 static bool do_request(zval *this_ptr, xmlDoc *request, const char *location, const char *action, i… in do_request() 2283 const zend_string* location, in do_soap_call() 2518 const zend_string *location, in soap_client_call_common() 2612 zend_string *location = NULL; in PHP_METHOD() local 2775 char *location, *action; in PHP_METHOD() local 2882 zend_string *location = NULL; in PHP_METHOD() local
|
H A D | php_http.c | 340 char *location, in make_http_soap_request()
|
H A D | php_sdl.h | 82 char *location; member
|
H A D | php_sdl.c | 726 xmlAttrPtr type, name, bindingAttr, location; in load_wsdl() local
|
/php-src/ext/standard/ |
H A D | http_fopen_wrapper.c | 158 char location[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex() local
|
/php-src/ext/date/lib/ |
H A D | timelib.h | 217 tlocinfo location; member
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 7117 zend_string *location = zend_get_attribute_target_names(attr->target); in ZEND_METHOD() local
|
/php-src/Zend/ |
H A D | zend_compile.c | 7441 zend_string *location = zend_get_attribute_target_names(target); in zend_compile_attributes() local
|
Completed in 83 milliseconds