Home
last modified time | relevance | path

Searched refs:url (Results 101 – 125 of 162) sorted by relevance

1234567

/php-src/ext/curl/tests/
H A Dbug79033.phpt2 Bug #79033 (Curl timeout error with specific url and post)
H A Dcurl_setopt_basic003.phpt17 $url = "{$host}/";
H A Dcurl_setopt_callables.phpt22 $url = "https://example.com";
23 $ch = curl_init($url);
/php-src/ext/standard/tests/file/
H A Dbug38450_3.phpt17 $url = parse_url($path);
18 $this->varname = $url["host"];
/php-src/ext/standard/
H A Durl_scanner_ex.h26 PHPAPI char *php_url_scanner_adapt_single_url(const char *url, size_t urllen, const char *name, con…
/php-src/ext/json/tests/
H A Dpass001.1.phpt52 \"url\": \"http://www.JSON.org/\",
140 "url": "http://www.JSON.org/",
285 ["url"]=>
466 ["url"]=>
527 …"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James Street","url":"http:\/\/www.JSON…
529 …"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James Street","url":"http:\/\/www.JSON…
651 ["url"]=>
832 ["url"]=>
H A Dpass001.1_64bit.phpt56 \"url\": \"http://www.JSON.org/\",
144 "url": "http://www.JSON.org/",
289 ["url"]=>
470 ["url"]=>
531 …"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James Street","url":"http:\/\/www.JSON…
533 …"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James Street","url":"http:\/\/www.JSON…
655 ["url"]=>
836 ["url"]=>
/php-src/ext/phar/tests/
H A D017.phpt31 phar url "phar://hio" is unknown in %s017.php on line %d
H A D020.phpt2 Phar: url stat
/php-src/ext/tidy/tests/
H A D027.phpt28 public function getURL($url) {
/php-src/main/
H A Dinternal_functions.c.in7 | available through the world-wide-web at the following url: |
H A Dbuild-defs.h.in7 | available through the world-wide-web at the following url: |
H A Dfopen_wrappers.c716 PHPAPI char *php_strip_url_passwd(char *url) argument
720 if (url == NULL) {
724 p = url;
746 return url;
750 return url;
H A Dphp_streams.h144 …int (*url_stat)(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, …
152 …int (*unlink)(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *conte…
158 …int (*stream_mkdir)(php_stream_wrapper *wrapper, const char *url, int mode, int options, php_strea…
159 …int (*stream_rmdir)(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context …
161 …int (*stream_metadata)(php_stream_wrapper *wrapper, const char *url, int options, void *value, php…
/php-src/ext/standard/tests/url/
H A Dparse_url_basic_004.phpt10 foreach ($urls as $url) {
11 echo "--> $url : ";
12 var_dump(parse_url($url, PHP_URL_PORT));
H A Dparse_url_basic_006.phpt10 foreach ($urls as $url) {
11 echo "--> $url : ";
12 var_dump(parse_url($url, PHP_URL_PASS));
H A Dparse_url_basic_002.phpt10 foreach ($urls as $url) {
11 echo "--> $url : ";
12 var_dump(parse_url($url, PHP_URL_SCHEME));
H A Dparse_url_basic_005.phpt10 foreach ($urls as $url) {
11 echo "--> $url : ";
12 var_dump(parse_url($url, PHP_URL_USER));
H A Dparse_url_basic_008.phpt10 foreach ($urls as $url) {
11 echo "--> $url : ";
12 var_dump(parse_url($url, PHP_URL_QUERY));
H A Dparse_url_basic_009.phpt10 foreach ($urls as $url) {
11 echo "--> $url : ";
12 var_dump(parse_url($url, PHP_URL_FRAGMENT));
H A Dparse_url_basic_003.phpt10 foreach ($urls as $url) {
11 echo "--> $url : ";
12 var_dump(parse_url($url, PHP_URL_HOST));
H A Dparse_url_basic_007.phpt10 foreach ($urls as $url) {
11 echo "--> $url : ";
12 var_dump(parse_url($url, PHP_URL_PATH));
/php-src/ext/phar/tests/tar/
H A Dtar_nostub.phpt45 phar url "phar://%star_nostub.phar.tar/" is unknown
/php-src/ext/phar/
H A Dstream.c561 static int phar_wrapper_stat(php_stream_wrapper *wrapper, const char *url, int flags, in phar_wrapper_stat() argument
571 if ((resource = phar_parse_url(wrapper, url, "r", flags|PHP_STREAM_URL_STAT_QUIET)) == NULL) { in phar_wrapper_stat()
670 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in phar_wrapper_unlink() argument
679 if ((resource = phar_parse_url(wrapper, url, "rb", options)) == NULL) { in phar_wrapper_unlink()
687 php_stream_wrapper_log_error(wrapper, options, "phar error: invalid url \"%s\"", url); in phar_wrapper_unlink()
693 php_stream_wrapper_log_error(wrapper, options, "phar error: not a phar stream url \"%s\"", url); in phar_wrapper_unlink()
713 php_stream_wrapper_log_error(wrapper, options, "unlink of \"%s\" failed: %s", url, error); in phar_wrapper_unlink()
716 …hp_stream_wrapper_log_error(wrapper, options, "unlink of \"%s\" failed, file does not exist", url); in phar_wrapper_unlink()
/php-src/win32/build/
H A Dmkdist.php545 $url = "http://pear.php.net/get/$filename"; variable
546 echo "Downloading $name from $url\n";
548 copy($url, $destfilename);

Completed in 66 milliseconds

1234567