Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 198) sorted by relevance

12345678

/PHP-8.0/ext/standard/tests/file/
H A Dfgets_variation4-win32-mb.phpt74 -- fgets() with location set by fseek() with length = 20 --
87 -- fgets() with location set by fseek() with length = 20 --
101 -- fgets() with location set by fseek() with length = 20 --
115 -- fgets() with location set by fseek() with length = 20 --
130 -- fgets() with location set by fseek() with length = 20 --
143 -- fgets() with location set by fseek() with length = 20 --
157 -- fgets() with location set by fseek() with length = 20 --
171 -- fgets() with location set by fseek() with length = 20 --
186 -- fgets() with location set by fseek() with length = 20 --
199 -- fgets() with location set by fseek() with length = 20 --
[all …]
H A Dfgets_variation4-win32.phpt74 -- fgets() with location set by fseek() with length = 20 --
87 -- fgets() with location set by fseek() with length = 20 --
101 -- fgets() with location set by fseek() with length = 20 --
115 -- fgets() with location set by fseek() with length = 20 --
130 -- fgets() with location set by fseek() with length = 20 --
143 -- fgets() with location set by fseek() with length = 20 --
157 -- fgets() with location set by fseek() with length = 20 --
171 -- fgets() with location set by fseek() with length = 20 --
186 -- fgets() with location set by fseek() with length = 20 --
199 -- fgets() with location set by fseek() with length = 20 --
[all …]
H A Dfgets_variation4.phpt74 -- fgets() with location set by fseek() with length = 20 --
87 -- fgets() with location set by fseek() with length = 20 --
101 -- fgets() with location set by fseek() with length = 20 --
115 -- fgets() with location set by fseek() with length = 20 --
130 -- fgets() with location set by fseek() with length = 20 --
143 -- fgets() with location set by fseek() with length = 20 --
157 -- fgets() with location set by fseek() with length = 20 --
171 -- fgets() with location set by fseek() with length = 20 --
186 -- fgets() with location set by fseek() with length = 20 --
199 -- fgets() with location set by fseek() with length = 20 --
[all …]
H A Dfopen_variation13.phpt33 echo "Not created absolute location\n";
36 echo "Created in correct location\n";
46 Created in correct location
47 Created in correct location
H A Dreadfile_variation7.phpt31 fwrite($h, "File in script location");
41 File in script location
H A Dfile_get_contents_variation2.phpt33 fwrite($h, "File in script location");
43 File in script location
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug31695.phpt20 function __doRequest($request, $location, $action, $version, $one_way = 0) {
21 echo "$location\n";
32 $client = new LocalSoapClient(__DIR__."/bug31695.wsdl", array("location"=>"test://1"));
36 array("location"=>"test://2"));
H A Dbug28969.phpt20 function __doRequest($request, $location, $action, $version, $one_way = 0) {
30 $x = new LocalSoapClient(NULL,array('location'=>'test://',
H A Dbug54911.phpt8 function __doRequest($request, $location, $action, $version, $one_way=false) {
12 $client = new XSoapClient(null, array('uri'=>'', 'location'=>''));
H A Dbug46419.phpt19 function __doRequest($request, $location, $action, $version, $one_way = 0) {
29 $x = new LocalSoapClient(NULL,array('location'=>'test://',
H A Dbug50698_2.wsdl204 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
215 <soap12:address location="http://localhost:8731/EchoService/"/>
237 <soap12:address location="http://localhost:8731/EchoService/"/>
259 <soap12:address location="http://localhost:8731/EchoService/"/>
281 <soap12:address location="http://localhost:8731/EchoService/"/>
303 <soap12:address location="http://localhost:8731/EchoService/"/>
325 <soap12:address location="http://localhost:8731/EchoService/"/>
347 <soap12:address location="http://localhost:8731/EchoService/"/>
369 <soap12:address location="http://localhost:8731/EchoService/"/>
391 <soap12:address location="http://localhost:8731/EchoService/"/>
[all …]
H A Dbug34449.phpt8 function __doRequest($request, $location, $action, $version, $one_way = 0) {
15 $client = new TestSoapClient(null, array('location' => 'test://', 'uri' => 'test://'));
H A Dbug38005.phpt20 function __doRequest($request, $location, $action, $version, $one_way = 0) {
32 'location' => "test://",
H A Dbug40609.wsdl26location="update" /><wsdl:input><mime:content type="text/xml" /></wsdl:input></wsdl:operation><wsd…
H A Dbug46427.phpt12 'location' => 'test://',
/PHP-8.0/ext/date/lib/
H A Dparse_tz.c107 tz->location.country_code[2] = '\0'; in read_php_preamble()
138 tz->location.country_code[0] = '?'; in read_tzif_preamble()
139 tz->location.country_code[1] = '?'; in read_tzif_preamble()
140 tz->location.country_code[2] = '\0'; in read_tzif_preamble()
371 tz->location.latitude = (tz->location.latitude / 100000) - 90; in read_location()
373 tz->location.longitude = (tz->location.longitude / 100000) - 180; in read_location()
385 tz->location.latitude = 0; in set_default_location_and_comments()
386 tz->location.longitude = 0; in set_default_location_and_comments()
388 tz->location.comments[0] = '?'; in set_default_location_and_comments()
389 tz->location.comments[1] = '\0'; in set_default_location_and_comments()
[all …]
/PHP-8.0/ext/date/tests/
H A Dtimezone_location_get.phpt10 $location = timezone_location_get(new DateTimeZone("Europe/Oslo"));
11 var_dump($location);
/PHP-8.0/ext/ffi/tests/
H A D020.phpt66 FFI\Exception: Attempt to assign read-only location
67 FFI\Exception: Attempt to assign read-only location
69 FFI\Exception: Attempt to assign read-only location
70 FFI\Exception: Attempt to assign read-only location
/PHP-8.0/ext/standard/
H A Dhttp_fopen_wrapper.c129 char location[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex() local
652 location[0] = '\0'; in php_stream_url_wrap_http_ex()
792 strlcpy(location, http_header_value, sizeof(location)); in php_stream_url_wrap_http_ex()
830 if (!reqok || (location[0] != '\0' && follow_location)) { in php_stream_url_wrap_http_ex()
835 if (location[0] != '\0') in php_stream_url_wrap_http_ex()
846 if (location[0] != '\0') { in php_stream_url_wrap_http_ex()
852 if (strlen(location)<8 || (strncasecmp(location, "http://", sizeof("http://")-1) && in php_stream_url_wrap_http_ex()
857 if (*location != '/') { in php_stream_url_wrap_http_ex()
858 if (*(location+1) != '\0' && resource->path) { in php_stream_url_wrap_http_ex()
882 strlcpy(loc_path, location, sizeof(loc_path)); in php_stream_url_wrap_http_ex()
[all …]
/PHP-8.0/ext/soap/tests/
H A Dtransport001.phpt19 function __doRequest($request, $location, $action, $version, $one_way = 0) {
29 $x = new LocalSoapClient(NULL,array('location'=>'test://',
H A Dbug71711.phpt8 $client = new class(null, [ 'location' => '', 'uri' => 'http://example.org']) extends SoapClient {
9 public function __doRequest($request, $location, $action, $version, $one_way = 0) {
/PHP-8.0/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt18 $location = "world";
21 var_dump(sprintf($format, $num, $location));
25 var_dump(sprintf($format, $num, $location));
29 var_dump(sprintf($format, $num, $location));
34 var_dump(sprintf($format, $num, $location));
/PHP-8.0/ext/oci8/tests/
H A Dcoll_019.phpt38 var_dump($coll1->assignElem(1, null)); // invalid location for null
42 var_dump($coll1->assignElem(1, 1234)); // invalid location for number
54 var_dump($coll1->assignElem(1, 'abc')); // invalid location for string
67 var_dump($coll1->assignElem(1, '01-JAN-06')); // invalid location for date
/PHP-8.0/ext/soap/
H A Dphp_http.h24 char *location,
H A Dsoap.stub.php96 …public function __doRequest(string $request, string $location, string $action, int $version, bool … argument
111 public function __setLocation(?string $location = null) {} argument

Completed in 61 milliseconds

12345678