Home
last modified time | relevance | path

Searched refs:url (Results 51 – 75 of 140) sorted by relevance

123456

/PHP-7.4/ext/phar/tests/
H A Dopendir.phpt40 phar url "phar://" is unknown in %sopendir.php on line %d
42 Warning: opendir(phar://hi.phar): failed to open dir: phar error: invalid url or non-existent phar …
43 phar url "phar://hi.phar" is unknown in %sopendir.php on line %d
H A Dfopen_edgecases.phpt77 …en_edgecases.phar.php.phar.gz): failed to open stream: phar error: invalid url or non-existent pha…
106 Warning: unlink(): phar error: invalid url or non-existent phar "phar://foo.phar" in %sfopen_edgeca…
112 Warning: rename(): phar error: cannot rename "phar://" to "phar://": invalid or non-writable url "p…
114 …har://%sfopen_edgecases.phar.php/hi" to "phar://": invalid or non-writable url "phar://" in %sfope…
116 …: cannot rename "phar://foo.phar/hi" to "phar://": invalid or non-writable url "phar://" in %sfope…
120 …/hi" to "phar://%sfopen_edgecases.phar.php/there": invalid or non-writable url "phar://%sfopen_edg…
H A D027.phpt90 phar url "phar://" is unknown in %s027.php on line %d
93 Warning: opendir(phar://foo.phar/hi): failed to open dir: phar error: invalid url or non-existent p…
94 phar url "phar://foo.phar/hi" is unknown in %s027.php on line %d
/PHP-7.4/ext/intl/tests/
H A Dspoofchecker_001.phpt9 $url = "http://www.payp\xD0\xB0l.com";
13 var_dump($x->isSuspicious($url));
H A Dspoofchecker_002.phpt8 $url = "http://www.payp\xD0\xB0l.com";
/PHP-7.4/ext/curl/tests/
H A Dcurl_basic_010.phpt16 $url = "http://www.example.org";
19 curl_setopt($ch, CURLOPT_URL, $url);
H A Dbug69316.phpt22 $url = "{$host}/get.inc?test=getpost";
28 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_multi_segfault.phpt18 $url = "ftp://$username:$password@$host/" ;
22 curl_setopt ( $ch , CURLOPT_URL, $url );
H A Dcurl_basic_018.phpt21 $url = "{$host}/get.inc?test=get";
32 CURLOPT_URL => $url,
H A Dcurl_ftp_pasv.phpt18 $url = "ftp://$username:$password@$host/test.phpt" ;
37 curl_setopt ( $ch , CURLOPT_URL, $url );
/PHP-7.4/ext/standard/tests/streams/
H A Dbug40459.phpt20 function url_stat($url, $flags)
26 function unlink($url)
46 function dir_opendir($url, $options)
/PHP-7.4/ext/standard/tests/file/
H A Dbug27508.phpt10 $url = urldecode(substr($path, 9));
11 $this->fp = fopen($url, $mode);
/PHP-7.4/ext/standard/
H A Dftp_fopen_wrapper.c796 stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, context, NULL, &resource, NULL, NULL); in php_stream_ftp_url_stat()
916 stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, context, NULL, &resource, NULL, NULL); in php_stream_ftp_unlink()
919 php_error_docref(NULL, E_WARNING, "Unable to connect to %s", url); in php_stream_ftp_unlink()
926 php_error_docref(NULL, E_WARNING, "Invalid path provided in %s", url); in php_stream_ftp_unlink()
1045 stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, context, NULL, &resource, NULL, NULL); in php_stream_ftp_mkdir()
1048 php_error_docref(NULL, E_WARNING, "Unable to connect to %s", url); in php_stream_ftp_mkdir()
1055 php_error_docref(NULL, E_WARNING, "Invalid path provided in %s", url); in php_stream_ftp_mkdir()
1131 static int php_stream_ftp_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stre… in php_stream_ftp_rmdir() argument
1138 stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, context, NULL, &resource, NULL, NULL); in php_stream_ftp_rmdir()
1141 php_error_docref(NULL, E_WARNING, "Unable to connect to %s", url); in php_stream_ftp_rmdir()
[all …]
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_013.phpt80 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found o…
89 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/style.css</code> w…
98 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/foo/bar</code> was…
H A Dbug43177.phpt40 foreach(array("parse", "fatal", "fatal2", "compile") as $url) {
43 GET /$url HTTP/1.1
/PHP-7.4/ext/soap/tests/
H A Dbug46760.phpt13 'location' => 'http://some.url'));
H A Dbug49898.phpt9 …t = new SoapClient(null, array('uri' => 'mo:http://www.w3.org/', 'location' => 'http://some.url'));
/PHP-7.4/ext/phar/
H A Ddirstream.c543 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_contex… in phar_wrapper_rmdir() argument
556 if (FAILURE == phar_split_fname(url, strlen(url), &arch, &arch_len, &entry2, &entry_len, 2, 2)) { in phar_wrapper_rmdir()
557 …: cannot remove directory \"%s\", no phar archive specified, or phar archive does not exist", url); in phar_wrapper_rmdir()
569 …ror(wrapper, options, "phar error: cannot rmdir directory \"%s\", write operations disabled", url); in phar_wrapper_rmdir()
573 if ((resource = phar_parse_url(wrapper, url, "w", options)) == NULL) { in phar_wrapper_rmdir()
580 php_stream_wrapper_log_error(wrapper, options, "phar error: invalid url \"%s\"", url); in phar_wrapper_rmdir()
586 php_stream_wrapper_log_error(wrapper, options, "phar error: not a phar stream url \"%s\"", url); in phar_wrapper_rmdir()
H A Ddirstream.h22 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_contex…
/PHP-7.4/ext/json/tests/
H A Dpass001.phpt46 \"url\": \"http://www.JSON.org/\",
129 "url": "http://www.JSON.org/",
231 ["url"]=>
369 ["url"]=>
430 …:false,"null":null,"array":[],"object":{},"address":"50 St. James Street","url":"http:\/\/www.JSON…
432 …:false,"null":null,"array":[],"object":[],"address":"50 St. James Street","url":"http:\/\/www.JSON…
511 ["url"]=>
649 ["url"]=>
/PHP-7.4/ext/session/tests/
H A Dbug41600.phpt2 Bug #41600 (url rewriter tags doesn't work with namespaced tags)
/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_basic_006.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_PASS));
H A Dparse_url_basic_009.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_FRAGMENT));
H A Dparse_url_basic_004.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_PORT));
H A Dparse_url_basic_005.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_USER));

Completed in 39 milliseconds

123456