Home
last modified time | relevance | path

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

123456

/PHP-5.3/ext/phar/
H A Ddirstream.h24 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *con…
/PHP-5.3/ext/filter/tests/
H A D009.phpt10 var_dump(filter_id("url"));
H A D008.phpt44 string(3) "url"
/PHP-5.3/ext/curl/tests/
H A Dcurl_basic_007.phpt2 Test curl_error() & curl_errno() function without url
H A Dcurl_basic_016.phpt22 [%u|b%"url"]=>
H A Dcurl_setopt_basic001.phpt18 $url = "{$host}/";
H A Dcurl_setopt_basic003.phpt16 $url = "{$host}/";
/PHP-5.3/ext/json/tests/
H A Dpass001.1.phpt59 \"url\": \"http://www.JSON.org/\",
147 "url": "http://www.JSON.org/",
292 ["url"]=>
473 ["url"]=>
534 …"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James Street","url":"http:\/\/www.JSON…
536 …"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James Street","url":"http:\/\/www.JSON…
658 ["url"]=>
839 ["url"]=>
H A Dpass001.1_64bit.phpt59 \"url\": \"http://www.JSON.org/\",
147 "url": "http://www.JSON.org/",
292 ["url"]=>
473 ["url"]=>
534 …"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James Street","url":"http:\/\/www.JSON…
536 …"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James Street","url":"http:\/\/www.JSON…
658 ["url"]=>
839 ["url"]=>
/PHP-5.3/ext/standard/tests/url/
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 Durldecode_error_001.phpt7 * Source code: ext/standard/url.c
H A Drawurlencode_error_001.phpt7 * Source code: ext/standard/url.c
H A Durlencode_error_001.phpt7 * Source code: ext/standard/url.c
H A Drawurldecode_error_001.phpt7 * Source code: ext/standard/url.c
/PHP-5.3/ext/standard/tests/file/
H A Dbug38450_2.phpt16 $url = parse_url($path);
17 $this->varname = $url["host"];
/PHP-5.3/
H A Dheader9 | available through the world-wide-web at the following url: |
/PHP-5.3/Zend/
H A Dheader9 | available through the world-wide-web at the following url: |
/PHP-5.3/main/streams/
H A Duserspace.c40 static int user_wrapper_stat_url(php_stream_wrapper *wrapper, char *url, int flags, php_stream_stat…
41 static int user_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_cont…
43 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_st…
44 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_conte…
1082 static int user_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_cont… in user_wrapper_unlink() argument
1106 ZVAL_STRING(zfilename, url, 1); in user_wrapper_unlink()
1195 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_st… in user_wrapper_mkdir() argument
1219 ZVAL_STRING(zfilename, url, 1); in user_wrapper_mkdir()
1260 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_conte… in user_wrapper_rmdir() argument
1284 ZVAL_STRING(zfilename, url, 1); in user_wrapper_rmdir()
[all …]
/PHP-5.3/ext/mbstring/tests/
H A Dmb_http_input.phpt22 // It must be url encoded....
/PHP-5.3/ext/openssl/
H A Dxp_ssl.c842 php_url *url; in get_sni() local
860 url = php_url_parse_ex(resourcename, resourcenamelen); in get_sni()
861 if (!url) { in get_sni()
865 if (url->host) { in get_sni()
866 const char * host = url->host; in get_sni()
879 php_url_free(url); in get_sni()
883 php_url_free(url); in get_sni()
/PHP-5.3/ext/tidy/tests/
H A D027.phpt28 public function getURL($url) {
/PHP-5.3/sapi/phttpd/
H A Dphttpd.c197 …if (url_expand(PHG(cip)->hip->url, SG(request_info).path_translated, MAXPATHLEN, &PHG(sb), NULL, N… in php_phttpd_request_ctor()
211 Ns_UrlToFile(&ds, server, NSG(conn->request->url)); in php_phttpd_request_ctor()
/PHP-5.3/ext/phar/tests/
H A D017.phpt34 phar url "phar://hio" is unknown in %s017.php on line %d
H A D017U.phpt34 phar url "phar://hio" is unknown in %s017U.php on line %d
/PHP-5.3/win32/build/
H A Dmkdist.php488 $url = "http://pear.php.net/get/$filename"; variable
489 echo "Downloading $name from $url\n";
491 copy($url, $destfilename);

Completed in 41 milliseconds

123456