Home
last modified time | relevance | path

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

12345678

/php-src/ext/standard/tests/file/
H A Dbug38450_1.phpt17 $url = parse_url($path);
18 $this->varname = $url["host"];
H A Dbug52820.phpt19 function do_stuff($url) {
23 curl_setopt($handle, CURLOPT_STDERR, $o = fopen($url, "w+"));
H A Dbug38450_2.phpt17 $url = parse_url($path);
18 $this->varname = $url["host"];
H A Dbug38450_3.phpt17 $url = parse_url($path);
18 $this->varname = $url["host"];
/php-src/ext/intl/tests/
H A Dspoofchecker_002.phpt10 $url = "http://www.payp\xD0\xB0l.com";
/php-src/ext/curl/tests/
H A Dcurl_basic_007.phpt2 Test curl_error() & curl_errno() function without url
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/phar/
H A Ddirstream.h22 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_contex…
/php-src/ext/standard/
H A Durl_scanner_ex.re35 #include "url.h"
196 url_parts = php_url_parse_ex(ZSTR_VAL(url->s), ZSTR_LEN(url->s));
200 smart_str_append_smart_str(dest, url);
205 if (url_parts->fragment && '#' == ZSTR_VAL(url->s)[0]) {
206 smart_str_append_smart_str(dest, url);
215 smart_str_append_smart_str(dest, url);
226 smart_str_append_smart_str(dest, url);
239 smart_str_append_smart_str(dest, url);
250 } else if (*(ZSTR_VAL(url->s)) == '/' && *(ZSTR_VAL(url->s)+1) == '/') {
600 smart_str_appendl(&surl, url, urllen);
[all …]
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/session/tests/
H A Dbug41600.phpt2 Bug #41600 (url rewriter tags doesn't work with namespaced tags)
/php-src/ext/phar/tests/
H A D017.phpt31 phar url "phar://hio" is unknown in %s017.php on line %d
/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: |
/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));
/php-src/ext/phar/tests/tar/
H A Dtar_nostub.phpt45 phar url "phar://%star_nostub.phar.tar/" is unknown
/php-src/ext/pdo_mysql/
H A Dmysql_sql_parser.re7 | available through the world-wide-web at the following url: |
/php-src/ext/pdo_sqlite/
H A Dsqlite_sql_parser.re7 | available through the world-wide-web at the following url: |

Completed in 28 milliseconds

12345678