Searched defs:location (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/ext/soap/ |
H A D | soap.stub.php | 517 private ?string $location = null; variable in SoapClient 588 …public function __doRequest(string $request, string $location, string $action, int $version, bool … 603 public function __setLocation(?string $location = null): ?string {}
|
H A D | php_schema.c | 102 static void schema_load_file(sdlCtx *ctx, xmlAttrPtr ns, xmlChar *location, xmlAttrPtr tns, int imp… in schema_load_file() 208 xmlAttrPtr location; in load_schema() local 228 xmlAttrPtr location; in load_schema() local 249 xmlAttrPtr ns, location; in load_schema() local
|
H A D | soap.c | 2093 static int do_request(zval *this_ptr, xmlDoc *request, char *location, char *action, int version, b… 2167 char* location, 2393 char *function, *location=NULL, *soap_action = NULL, *uri = NULL; local 2622 char *location, *action; local 2727 zend_string *location = NULL; local
|
H A D | php_http.c | 345 char *location, in make_http_soap_request()
|
H A D | php_sdl.h | 82 char *location; member
|
H A D | php_sdl.c | 761 xmlAttrPtr type, name, bindingAttr, location; in load_wsdl() local
|
/PHP-8.3/ext/standard/ |
H A D | http_fopen_wrapper.c | 130 char location[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex() local
|
/PHP-8.3/ext/date/lib/ |
H A D | timelib.h | 217 tlocinfo location; member
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 6806 zend_string *location = zend_get_attribute_target_names(attr->target); in ZEND_METHOD() local
|
/PHP-8.3/Zend/ |
H A D | zend_compile.c | 6928 zend_string *location = zend_get_attribute_target_names(target); in zend_compile_attributes() local
|
Completed in 153 milliseconds