Home
last modified time | relevance | path

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

123456

/PHP-7.0/ext/mbstring/tests/
H A Dmb_http_input.phpt22 // It must be url encoded....
/PHP-7.0/ext/tidy/tests/
H A D027.phpt28 public function getURL($url) {
/PHP-7.0/ext/standard/tests/url/
H A Drawurlencode_error_001.phpt7 * Source code: ext/standard/url.c
H A Durldecode_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
H A Dparse_url_basic_001.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 "\n--> $url: ";
18 var_dump(parse_url($url));
/PHP-7.0/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
H A D020.phpt2 Phar: url stat
/PHP-7.0/main/
H A Dfopen_wrappers.c708 PHPAPI char *php_strip_url_passwd(char *url) argument
712 if (url == NULL) {
716 p = url;
738 return url;
742 return url;
H A Dinternal_functions.c.in9 | available through the world-wide-web at the following url: |
H A Dphp_streams.h143 …int (*url_stat)(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, …
151 …int (*unlink)(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *conte…
157 …int (*stream_mkdir)(php_stream_wrapper *wrapper, const char *url, int mode, int options, php_strea…
158 …int (*stream_rmdir)(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context …
160 …int (*stream_metadata)(php_stream_wrapper *wrapper, const char *url, int options, void *value, php…
H A Dbuild-defs.h.in9 | available through the world-wide-web at the following url: |
/PHP-7.0/ext/phar/tests/tar/
H A Dtar_nostub.phpt47 phar url "phar://%star_004.phar.tar/" is unknown
/PHP-7.0/win32/build/
H A Dmkdist.php532 $url = "http://pear.php.net/get/$filename"; variable
533 echo "Downloading $name from $url\n";
535 copy($url, $destfilename);
/PHP-7.0/ext/phar/
H A Dstream.c569 static int phar_wrapper_stat(php_stream_wrapper *wrapper, const char *url, int flags, in phar_wrapper_stat() argument
579 if ((resource = phar_parse_url(wrapper, url, "r", flags|PHP_STREAM_URL_STAT_QUIET)) == NULL) { in phar_wrapper_stat()
678 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in phar_wrapper_unlink() argument
687 if ((resource = phar_parse_url(wrapper, url, "rb", options)) == NULL) { in phar_wrapper_unlink()
695 php_stream_wrapper_log_error(wrapper, options, "phar error: invalid url \"%s\"", url); in phar_wrapper_unlink()
701 php_stream_wrapper_log_error(wrapper, options, "phar error: not a phar stream url \"%s\"", url); in phar_wrapper_unlink()
721 php_stream_wrapper_log_error(wrapper, options, "unlink of \"%s\" failed: %s", url, error); in phar_wrapper_unlink()
724 …hp_stream_wrapper_log_error(wrapper, options, "unlink of \"%s\" failed, file does not exist", url); in phar_wrapper_unlink()
H A Dphar_path_check.re9 | available through the world-wide-web at the following url: |
/PHP-7.0/ext/standard/
H A Dconfig.w3218 string.c scanf.c syslog.c type.c uniqid.c url.c var.c \
H A Durl.c654 char *url; local
662 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &url, &url_len, &format) == FAILURE) {
667 …if (!(stream = php_stream_open_wrapper_ex(url, "r", REPORT_ERRORS | STREAM_USE_URL | STREAM_ONLY_G…
/PHP-7.0/sapi/cli/tests/
H A Dphp_cli_server_014.phpt80 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/no-exists.php</cod…
/PHP-7.0/ext/filter/tests/
H A D033.phpt29 url PHP 1 foo@bar.com http://a.b.c 1.2.3.4 123 123abc<>() O…
/PHP-7.0/ext/standard/tests/file/
H A Dinclude_userstream_002.phpt2 local user streams must not be able to open() url's
/PHP-7.0/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));
/PHP-7.0/
H A Drun-tests.php2676 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['file']);
2677 $tested = "<a href='$url'>$tested</a>";
2686 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['skip']);
2687 $extra = "<a href='$url'>$extra</a>";
2694 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['diff']);
2695 $diff = "<a href='$url'>diff</a>";
2701 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['mem']);
2702 $mem = "<a href='$url'>leaks</a>";

Completed in 61 milliseconds

123456