Home
last modified time | relevance | path

Searched refs:url (Results 76 – 100 of 153) sorted by path

1234567

/PHP-5.5/ext/phar/tests/
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 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
/PHP-5.5/ext/phar/tests/tar/
H A Dtar_nostub.phpt47 phar url "phar://%star_004.phar.tar/" is unknown
/PHP-5.5/ext/session/
H A Dsession.c1639 PHPAPI void session_adapt_url(const char *url, size_t urllen, char **new, size_t *newlen TSRMLS_DC)…
1642 *new = php_url_scanner_adapt_single_url(url, urllen, PS(session_name), PS(id), newlen TSRMLS_CC);
/PHP-5.5/ext/session/tests/
H A D018.phpt22 <form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php>
27 <form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php><input type="hidden" name="PHPSESSID"…
H A Dbug41600.phpt2 Bug #41600 (url rewriter tags doesn't work with namespaced tags)
/PHP-5.5/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-5.5/ext/standard/
H A Dbasic_functions.c2598 ZEND_ARG_INFO(0, url)
2619 ZEND_ARG_INFO(0, url)
H A Dconfig.m4601 soundex.c string.c scanf.c syslog.c type.c uniqid.c url.c \
H A Dconfig.w3218 string.c scanf.c syslog.c type.c uniqid.c url.c var.c \
H A Dftp_fopen_wrapper.c793 …stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, context, NULL, &resource, NULL, NULL TS… in php_stream_ftp_url_stat()
913 …stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL TSRML… in php_stream_ftp_unlink()
916 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to %s", url); in php_stream_ftp_unlink()
923 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid path provided in %s", url); in php_stream_ftp_unlink()
1042 …stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL TSRML… in php_stream_ftp_mkdir()
1045 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to %s", url); in php_stream_ftp_mkdir()
1052 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid path provided in %s", url); in php_stream_ftp_mkdir()
1129 static int php_stream_ftp_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_con… in php_stream_ftp_rmdir() argument
1136 …stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL TSRML… in php_stream_ftp_rmdir()
1139 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to %s", url); in php_stream_ftp_rmdir()
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dbug27508.phpt10 $url = urldecode(substr($path, 9));
11 $this->fp = fopen($url, $mode);
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"];
H A Dbug43008.phpt2 Bug #43008 (php://filter uris ignore url encoded filternames and can't handle slashes)
9 $url = b""
16 var_dump(urlencode(file_get_contents($url)));
H A Dbug44034.phpt13 foreach($urls as $url) {
14 echo strtr($url, array("\r" => "\\r", "\n" => "\\n")) . "\n";
15 var_dump(file($url, FILE_IGNORE_NEW_LINES));
H A Dbug52820.phpt17 function do_stuff($url) {
21 curl_setopt($handle, CURLOPT_STDERR, $o = fopen($url, "w+"));
H A Dinclude_userstream_002.phpt2 local user streams must not be able to open() url's
H A Duserstreams.phpt175 $b = @fopen("bogon://url", "rb");
/PHP-5.5/ext/standard/tests/streams/
H A Dbug40459.phpt18 function url_stat($url, $flags)
24 function unlink($url)
44 function dir_opendir($url, $options)
H A Dbug44818.phpt5 function test($url, $mode) {
6 echo "$url, $mode\n";
7 $fd = fopen($url, $mode);
/PHP-5.5/ext/standard/tests/strings/
H A Durl_t.phpt77 foreach ($sample_urls as $url) {
78 echo "\n--> $url: ";
79 var_dump(@parse_url($url));
82 …$url = 'http://secret:hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_r…
84 var_dump(parse_url($url, $v));

Completed in 53 milliseconds

1234567