Home
last modified time | relevance | path

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

123456

/PHP-7.0/ext/phar/tests/
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-7.0/ext/standard/tests/url/
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));
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));
/PHP-7.0/main/streams/
H A Duserspace.c50 static int user_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea…
53 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream…
1119 ZVAL_STRING(&args[0], url); in user_wrapper_unlink()
1192 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, in user_wrapper_mkdir() argument
1209 ZVAL_STRING(&args[0], url); in user_wrapper_mkdir()
1240 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, in user_wrapper_rmdir() argument
1257 ZVAL_STRING(&args[0], url); in user_wrapper_rmdir()
1286 static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, in user_wrapper_metadata() argument
1328 ZVAL_STRING(&args[0], url); in user_wrapper_metadata()
1359 static int user_wrapper_stat_url(php_stream_wrapper *wrapper, const char *url, int flags, in user_wrapper_stat_url() argument
[all …]
/PHP-7.0/ext/session/tests/
H A Dbug41600.phpt2 Bug #41600 (url rewriter tags doesn't work with namespaced tags)
/PHP-7.0/ext/intl/tests/
H A Dspoofchecker_002.phpt8 $url = "http://www.payp\xD0\xB0l.com";
/PHP-7.0/ext/phar/
H A Ddirstream.h24 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_contex…
/PHP-7.0/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 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.0/
H A DREADME.TESTING2106 this section is used to build the url used in an HTTP request. Valid values
108 SCRIPT_NAME The initial 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 ?)
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;
573 $fd = fopen($url, "rb");
1303 $url .= $request['SCRIPT_NAME'];
1305 $url .= $uri;
1307 $url .= $request['PATH_INFO'];
1309 $url .= '#'.$request['FRAGMENT'];
1313 $url .= '?'.$query_string;
[all …]
H A Dheader9 | available through the world-wide-web at the following url: |
/PHP-7.0/ext/curl/tests/
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 [%u|b%"url"]=>
/PHP-7.0/ext/filter/tests/
H A D009.phpt10 var_dump(filter_id("url"));
H A D008.phpt48 string(3) "url"
/PHP-7.0/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-7.0/Zend/
H A Dheader9 | available through the world-wide-web at the following url: |

Completed in 44 milliseconds

123456