Home
last modified time | relevance | path

Searched refs:url (Results 76 – 100 of 140) sorted by relevance

123456

/PHP-7.4/ext/standard/tests/file/
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"];
H A Dbug52820.phpt17 function do_stuff($url) {
21 curl_setopt($handle, CURLOPT_STDERR, $o = fopen($url, "w+"));
H A Dbug38450_2.phpt16 $url = parse_url($path);
17 $this->varname = $url["host"];
H A Dbug38450_3.phpt16 $url = parse_url($path);
17 $this->varname = $url["host"];
/PHP-7.4/ext/curl/tests/
H A Dbug79033.phpt2 Bug #79033 (Curl timeout error with specific url and post)
H A Dcurl_basic_007.phpt2 Test curl_error() & curl_errno() function without url
H A Dcurl_setopt_basic003.phpt17 $url = "{$host}/";
H A Dcurl_basic_016.phpt22 ["url"]=>
/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re37 #include "url.h"
190 url_parts = php_url_parse_ex(ZSTR_VAL(url->s), ZSTR_LEN(url->s));
194 smart_str_append_smart_str(dest, url);
199 if (url_parts->fragment && '#' == ZSTR_VAL(url->s)[0]) {
200 smart_str_append_smart_str(dest, url);
209 smart_str_append_smart_str(dest, url);
219 smart_str_append_smart_str(dest, url);
232 smart_str_append_smart_str(dest, url);
243 } else if (*(ZSTR_VAL(url->s)) == '/' && *(ZSTR_VAL(url->s)+1) == '/') {
593 smart_str_appendl(&surl, url, urllen);
[all …]
H A Durl_scanner_ex.h28 PHPAPI char *php_url_scanner_adapt_single_url(const char *url, size_t urllen, const char *name, con…
/PHP-7.4/ext/filter/tests/
H A D009.phpt10 var_dump(filter_id("url"));
H A D008.phpt48 string(3) "url"
/PHP-7.4/main/streams/
H A Duserspace.c48 static int user_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea…
51 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream…
1126 ZVAL_STRING(&args[0], url); in user_wrapper_unlink()
1199 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, in user_wrapper_mkdir() argument
1216 ZVAL_STRING(&args[0], url); in user_wrapper_mkdir()
1247 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, in user_wrapper_rmdir() argument
1264 ZVAL_STRING(&args[0], url); in user_wrapper_rmdir()
1293 static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, in user_wrapper_metadata() argument
1335 ZVAL_STRING(&args[0], url); in user_wrapper_metadata()
1366 static int user_wrapper_stat_url(php_stream_wrapper *wrapper, const char *url, int flags, in user_wrapper_stat_url() argument
[all …]
/PHP-7.4/ext/standard/tests/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_007.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_PATH));
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-7.4/ext/json/tests/
H A Dpass001.1.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"]=>
H A Dpass001.1_64bit.phpt57 \"url\": \"http://www.JSON.org/\",
145 "url": "http://www.JSON.org/",
290 ["url"]=>
471 ["url"]=>
532 …"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James Street","url":"http:\/\/www.JSON…
534 …"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James Street","url":"http:\/\/www.JSON…
656 ["url"]=>
837 ["url"]=>
/PHP-7.4/ext/mbstring/tests/
H A Dmb_http_input.phpt22 // It must be url encoded....
/PHP-7.4/ext/tidy/tests/
H A D027.phpt28 public function getURL($url) {
/PHP-7.4/ext/phar/tests/
H A D017.phpt33 phar url "phar://hio" is unknown in %s017.php on line %d
/PHP-7.4/main/
H A Dinternal_functions.c.in9 | available through the world-wide-web at the following url: |
H A Dfopen_wrappers.c717 PHPAPI char *php_strip_url_passwd(char *url) argument
721 if (url == NULL) {
725 p = url;
747 return url;
751 return url;

Completed in 36 milliseconds

123456