Home
last modified time | relevance | path

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

123456789

/PHP-5.5/ext/standard/tests/file/
H A Dfgets_variation4-win32.phpt79 -- fgets() with location set by fseek() with length = 20 --
92 -- fgets() with location set by fseek() with length = 20 --
106 -- fgets() with location set by fseek() with length = 20 --
120 -- fgets() with location set by fseek() with length = 20 --
135 -- fgets() with location set by fseek() with length = 20 --
148 -- fgets() with location set by fseek() with length = 20 --
162 -- fgets() with location set by fseek() with length = 20 --
176 -- fgets() with location set by fseek() with length = 20 --
191 -- fgets() with location set by fseek() with length = 20 --
204 -- fgets() with location set by fseek() with length = 20 --
[all …]
H A Dfgets_variation4.phpt79 -- fgets() with location set by fseek() with length = 20 --
92 -- fgets() with location set by fseek() with length = 20 --
106 -- fgets() with location set by fseek() with length = 20 --
120 -- fgets() with location set by fseek() with length = 20 --
135 -- fgets() with location set by fseek() with length = 20 --
148 -- fgets() with location set by fseek() with length = 20 --
162 -- fgets() with location set by fseek() with length = 20 --
176 -- fgets() with location set by fseek() with length = 20 --
191 -- fgets() with location set by fseek() with length = 20 --
204 -- fgets() with location set by fseek() with length = 20 --
[all …]
H A Dfopen_variation13.phpt40 echo "Not created absolute location\n";
43 echo "Created in correct location\n";
54 Created in correct location
55 Created in correct location
H A Dreadfile_variation7.phpt38 fwrite($h, "File in script location");
49 File in script location
H A Dfile_get_contents_variation2.phpt40 fwrite($h, "File in script location");
51 File in script location
/PHP-5.5/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(dirname(__FILE__)."/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 Dbug40609.wsdl26location="update" /><wsdl:input><mime:content type="text/xml" /></wsdl:input></wsdl:operation><wsd…
H A Dbug38005.phpt20 function __doRequest($request, $location, $action, $version, $one_way = 0) {
32 'location' => "test://",
H A Dbug43045.phpt17 function __doRequest($request, $location, $action, $version, $one_way = 0) {
39 "location" => "test://",
H A Dbug50698_3.wsdl204 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
215 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
226 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
237 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
248 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
259 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
270 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
281 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
292 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
303 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
H A Dbug46427.phpt13 'location' => 'test://',
/PHP-5.5/ext/date/lib/
H A Dparse_tz.c65 memcpy(tz->location.country_code, *tzf, 2); in read_preamble()
66 tz->location.country_code[2] = '\0'; in read_preamble()
243 tz->location.latitude = timelib_conv_int(buffer[0]); in read_location()
244 tz->location.latitude = (tz->location.latitude / 100000) - 90; in read_location()
245 tz->location.longitude = timelib_conv_int(buffer[1]); in read_location()
246 tz->location.longitude = (tz->location.longitude / 100000) - 180; in read_location()
250 tz->location.comments = malloc(comments_len + 1); in read_location()
251 memcpy(tz->location.comments, *tzf, comments_len); in read_location()
252 tz->location.comments[comments_len] = '\0'; in read_location()
261 printf("Geo Location: %f,%f\n", tz->location.latitude, tz->location.longitude); in timelib_dump_tzinfo()
[all …]
/PHP-5.5/ext/date/tests/
H A Dtimezone_location_get.phpt10 $location = timezone_location_get(new DateTimeZone("Europe/Oslo"));
11 var_dump($location);
/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c123 char location[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex() local
637 location[0] = '\0'; in php_stream_url_wrap_http_ex()
750 strlcpy(location, http_header_line + 10, sizeof(location)); in php_stream_url_wrap_http_ex()
793 if (!reqok || (location[0] != '\0' && follow_location)) { in php_stream_url_wrap_http_ex()
798 if (location[0] != '\0') in php_stream_url_wrap_http_ex()
804 if (location[0] != '\0') { in php_stream_url_wrap_http_ex()
810 if (strlen(location)<8 || (strncasecmp(location, "http://", sizeof("http://")-1) && in php_stream_url_wrap_http_ex()
815 if (*location != '/') { in php_stream_url_wrap_http_ex()
816 if (*(location+1) != '\0' && resource->path) { in php_stream_url_wrap_http_ex()
837 strlcpy(loc_path, location, sizeof(loc_path)); in php_stream_url_wrap_http_ex()
[all …]
/PHP-5.5/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 Dbug46760.phpt13 'location' => 'http://some.url'));
/PHP-5.5/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-5.5/win32/build/
H A Dconfutils.js682 if (location) {
683 location = location[0];
688 if (location) {
689 location = location[0];
693 if (location)
697 if (location) {
698 location = condense_path(location);
712 if (location) {
713 location = condense_path(location);
723 if (location) {
[all …]
/PHP-5.5/ext/oci8/tests/
H A Dcoll_019.phpt41 var_dump($coll1->assignElem(1, null)); // invalid location for null
45 var_dump($coll1->assignElem(1, 1234)); // invalid location for number
57 var_dump($coll1->assignElem(1, 'abc')); // invalid location for string
70 var_dump($coll1->assignElem(1, '01-JAN-06')); // invalid location for date
/PHP-5.5/ext/soap/
H A Dphp_http.h28 char *location,

Completed in 65 milliseconds

123456789