Home
last modified time | relevance | path

Searched refs:url (Results 51 – 75 of 147) sorted by relevance

123456

/PHP-5.3/ext/curl/tests/
H A Dcurl_basic_018.phpt20 $url = "{$host}/get.php?test=get";
31 CURLOPT_URL => $url,
H A Dcurl_ftp_pasv.phpt19 $url = "ftp://$username:$password@$host/test.phpt" ;
38 curl_setopt ( $ch , CURLOPT_URL, $url );
/PHP-5.3/ext/standard/tests/url/
H A Dparse_url_variation_002_32bit.phpt7 /* Prototype : proto mixed parse_url(string url, [int url_component])
9 * Source code: ext/standard/url.c
21 $url = 'http://secret:hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_re…
76 var_dump( parse_url($url, $value) );
H A Dparse_url_variation_002_64bit.phpt7 /* Prototype : proto mixed parse_url(string url, [int url_component])
9 * Source code: ext/standard/url.c
21 $url = 'http://secret:hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_re…
76 var_dump( parse_url($url, $value) );
H A Dparse_url_basic_004.phpt5 /* Prototype : proto mixed parse_url(string url, [int url_component])
7 * Source code: ext/standard/url.c
16 foreach ($urls as $url) {
17 echo "--> $url : ";
18 var_dump(parse_url($url, PHP_URL_PORT));
H A Dparse_url_basic_005.phpt5 /* Prototype : proto mixed parse_url(string url, [int url_component])
7 * Source code: ext/standard/url.c
16 foreach ($urls as $url) {
17 echo "--> $url : ";
18 var_dump(parse_url($url, PHP_URL_USER));
H A Dparse_url_basic_006.phpt5 /* Prototype : proto mixed parse_url(string url, [int url_component])
7 * Source code: ext/standard/url.c
16 foreach ($urls as $url) {
17 echo "--> $url : ";
18 var_dump(parse_url($url, PHP_URL_PASS));
H A Dparse_url_basic_009.phpt5 /* Prototype : proto mixed parse_url(string url, [int url_component])
7 * Source code: ext/standard/url.c
16 foreach ($urls as $url) {
17 echo "--> $url : ";
18 var_dump(parse_url($url, PHP_URL_FRAGMENT));
H A Dparse_url_variation_001.phpt5 /* Prototype : proto mixed parse_url(string url, [int url_component])
7 * Source code: ext/standard/url.c
69 // loop through each element of the array for url
H A Dparse_url_basic_002.phpt5 /* Prototype : proto mixed parse_url(string url, [int url_component])
7 * Source code: ext/standard/url.c
16 foreach ($urls as $url) {
17 echo "--> $url : ";
18 var_dump(parse_url($url, PHP_URL_SCHEME));
H A Dparse_url_basic_008.phpt5 /* Prototype : proto mixed parse_url(string url, [int url_component])
7 * Source code: ext/standard/url.c
16 foreach ($urls as $url) {
17 echo "--> $url : ";
18 var_dump(parse_url($url, PHP_URL_QUERY));
H A Dparse_url_basic_003.phpt5 /* Prototype : proto mixed parse_url(string url, [int url_component])
7 * Source code: ext/standard/url.c
16 foreach ($urls as $url) {
17 echo "--> $url : ";
18 var_dump(parse_url($url, PHP_URL_HOST));
/PHP-5.3/ext/phar/tests/
H A Dfopen_edgecases.phpt77 …en_edgecases.phar.php.phar.gz): failed to open stream: phar error: invalid url or non-existent pha…
106 Warning: unlink(): phar error: invalid url or non-existent phar "phar://foo.phar" in %sfopen_edgeca…
112 Warning: rename(): phar error: cannot rename "phar://" to "phar://": invalid or non-writable url "p…
114 …har://%sfopen_edgecases.phar.php/hi" to "phar://": invalid or non-writable url "phar://" in %sfope…
116 …: cannot rename "phar://foo.phar/hi" to "phar://": invalid or non-writable url "phar://" in %sfope…
120 …/hi" to "phar://%sfopen_edgecases.phar.php/there": invalid or non-writable url "phar://%sfopen_edg…
H A D027.phpt91 phar url "phar://" is unknown in %s027.php on line %d
94 Warning: opendir(phar://foo.phar/hi): failed to open dir: phar error: invalid url or non-existent p…
95 phar url "phar://foo.phar/hi" is unknown in %s027.php on line %d
H A D027U.phpt91 phar url "phar://" is unknown in %s027U.php on line %d
94 Warning: opendir(phar://foo.phar/hi): failed to open dir: phar error: invalid url or non-existent p…
95 phar url "phar://foo.phar/hi" is unknown in %s027U.php on line %d
/PHP-5.3/ext/json/tests/
H A Dpass001.phpt48 \"url\": \"http://www.JSON.org/\",
131 "url": "http://www.JSON.org/",
233 ["url"]=>
371 ["url"]=>
432 …:false,"null":null,"array":[],"object":{},"address":"50 St. James Street","url":"http:\/\/www.JSON…
434 …:false,"null":null,"array":[],"object":[],"address":"50 St. James Street","url":"http:\/\/www.JSON…
513 ["url"]=>
651 ["url"]=>
/PHP-5.3/ext/soap/tests/
H A Dbug46760.phpt13 'location' => 'http://some.url'));
/PHP-5.3/ext/standard/
H A Durl_scanner_ex.h30 PHPAPI char *php_url_scanner_adapt_single_url(const char *url, size_t urllen, const char *name, con…
/PHP-5.3/
H A Dserver-tests.php161 $url = QA_SUBMISSION_PAGE.'?'.$query;
163 $r = new HTTPRequest($url,NULL,NULL,$post);
244 public $url = ''; variable in HTTPRequest
274 $this->url = $URL;
574 $fd = fopen($url, "rb");
1304 $url .= $request['SCRIPT_NAME'];
1306 $url .= $uri;
1308 $url .= $request['PATH_INFO'];
1310 $url .= '#'.$request['FRAGMENT'];
1314 $url .= '?'.$query_string;
[all …]
H A DREADME.TESTING2106 this section is used to build the url used in an HTTP request. Valid values
108 SCRIPT_NAME The inital part of the request url
109 PATH_INFO The pathinfo part of a request url
110 FRAGMENT The fragment section of a url (after #)
111 QUERY_STRING The query part of a url (after ?)
/PHP-5.3/ext/standard/tests/file/
H A Dbug38450_3.phpt16 $url = parse_url($path);
17 $this->varname = $url["host"];
H A Dbug38450.phpt16 $url = parse_url($path);
17 $this->varname = $url["host"];
H A Dbug38450_1.phpt16 $url = parse_url($path);
17 $this->varname = $url["host"];
/PHP-5.3/ext/phar/
H A Ddirstream.c567 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *con… in phar_wrapper_rmdir() argument
582 …if (FAILURE == phar_split_fname(url, strlen(url), &arch, &arch_len, &entry2, &entry_len, 2, 2 TSRM… in phar_wrapper_rmdir()
583 …: cannot remove directory \"%s\", no phar archive specified, or phar archive does not exist", url); in phar_wrapper_rmdir()
595 …r, options TSRMLS_CC, "phar error: cannot rmdir directory \"%s\", write operations disabled", url); in phar_wrapper_rmdir()
599 if ((resource = phar_parse_url(wrapper, url, "w", options TSRMLS_CC)) == NULL) { in phar_wrapper_rmdir()
606 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: invalid url \"%s\"", url); in phar_wrapper_rmdir()
612 …eam_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: not a phar stream url \"%s\"", url); in phar_wrapper_rmdir()
/PHP-5.3/ext/session/tests/
H A Dbug41600.phpt2 Bug #41600 (url rewriter tags doesn't work with namespaced tags)

Completed in 42 milliseconds

123456