Home
last modified time | relevance | path

Searched refs:url (Results 1 – 25 of 147) sorted by last modified time

123456

/PHP-5.3/win32/
H A Dphp5dll.dsp566 SOURCE=..\ext\standard\url.c
724 SOURCE=..\ext\standard\url.h
H A Dphp5dllts.dsp2000 SOURCE=..\ext\standard\url.c
2194 SOURCE=..\ext\standard\url.h
/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);
H A Dphpize.js.in9 | available through the world-wide-web at the following url: |
/PHP-5.3/
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;
574 $fd = fopen($url, "rb");
1304 $url .= $request['SCRIPT_NAME'];
1306 $url .= $uri;
1308 $url .= $request['PATH_INFO'];
1310 $url .= '#'.$request['FRAGMENT'];
1314 $url .= '?'.$query_string;
[all …]
H A Drun-tests.php2545 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['file']);
2546 $tested = "<a href='$url'>$tested</a>";
2555 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['skip']);
2556 $extra = "<a href='$url'>$extra</a>";
2563 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['diff']);
2564 $diff = "<a href='$url'>diff</a>";
2570 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['mem']);
2571 $mem = "<a href='$url'>leaks</a>";
H A Dphp.ini-development901 ; http://php.net/allow-url-fopen
905 ; http://php.net/allow-url-include
1666 ; http://php.net/url-rewriter.tags
H A Dphp.ini-production901 ; http://php.net/allow-url-fopen
905 ; http://php.net/allow-url-include
1666 ; http://php.net/url-rewriter.tags
H A Dheader9 | available through the world-wide-web at the following url: |
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch832 /* If we're vhosting, prepend the hostname to the url. This is
837 - (void) my_snprintf( url, sizeof(url),
842 - (void) my_snprintf( url, sizeof(url),
892 - httpd_method_str( hc->method ), url, hc->protocol,
900 - httpd_method_str( hc->method ), url, hc->protocol,
/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/sapi/aolserver/
H A Daolserver.c445 Ns_UrlToFile(&ds, server, NSG(conn->request->url)); in php_ns_request_ctor()
/PHP-5.3/main/streams/
H A Dplain_wrapper.c1015 if ((p = strstr(url, "://")) != NULL) { in php_plain_files_url_stater()
1016 if (p < strchr(url, '/')) { in php_plain_files_url_stater()
1017 url = p + 3; in php_plain_files_url_stater()
1032 return VCWD_LSTAT(url, &ssb->sb); in php_plain_files_url_stater()
1038 return VCWD_LSTAT(url, &ssb->sb); in php_plain_files_url_stater()
1042 return VCWD_STAT(url, &ssb->sb); in php_plain_files_url_stater()
1051 if (p < strchr(url, '/')) { in php_plain_files_unlink()
1052 url = p + 3; in php_plain_files_unlink()
1066 ret = VCWD_UNLINK(url); in php_plain_files_unlink()
1272 int url_len = strlen(url); in php_plain_files_rmdir()
[all …]
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/main/
H A Dphp_streams.h141 …int (*url_stat)(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_st…
149 …int (*unlink)(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSR…
155 …int (*stream_mkdir)(php_stream_wrapper *wrapper, char *url, int mode, int options, php_stream_cont…
156 …int (*stream_rmdir)(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *conte…
H A Dbuild-defs.h.in9 | available through the world-wide-web at the following url: |
H A Dfopen_wrappers.c797 PHPAPI char *php_strip_url_passwd(char *url) argument
801 if (url == NULL) {
805 p = url;
827 return url;
831 return url;
H A Dinternal_functions.c.in9 | available through the world-wide-web at the following url: |
/PHP-5.3/ext/tidy/tests/
H A D027.phpt28 public function getURL($url) {
/PHP-5.3/ext/standard/
H A Durl_scanner_ex.h30 PHPAPI char *php_url_scanner_adapt_single_url(const char *url, size_t urllen, const char *name, con…
H A Durl.c697 char *url; local
706 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &url, &url_len, &format) == FAILURE) {
711 …if (!(stream = php_stream_open_wrapper_ex(url, "r", REPORT_ERRORS | STREAM_USE_URL | STREAM_ONLY_G…
H A Durl_scanner_ex.c106 static inline void append_modified_url(smart_str *url, smart_str *dest, smart_str *url_app, const c… in PHP_INI_END()
112 q = (p = url->c) + url->len; in PHP_INI_END()
163 { smart_str_append(dest, url); return; } in PHP_INI_END()
191 if (bash && bash - url->c == 0) { in PHP_INI_END()
192 smart_str_append(dest, url); in PHP_INI_END()
197 smart_str_appendl(dest, url->c, bash - url->c); in PHP_INI_END()
199 smart_str_append(dest, url); in PHP_INI_END()
921 char *php_url_scanner_adapt_single_url(const char *url, size_t urllen, const char *name, const char… in php_url_scanner_adapt_single_url() argument
927 smart_str_setl(&surl, url, urllen); in php_url_scanner_adapt_single_url()
H A Durl_scanner_ex.re9 | available through the world-wide-web at the following url: |
38 #include "url.h"
110 static inline void append_modified_url(smart_str *url, smart_str *dest, smart_str *url_app, const c…
116 q = (p = url->c) + url->len;
120 ":" { smart_str_append(dest, url); return; }
128 if (bash && bash - url->c == 0) {
129 smart_str_append(dest, url);
134 smart_str_appendl(dest, url->c, bash - url->c);
136 smart_str_append(dest, url);
360 char *php_url_scanner_adapt_single_url(const char *url, size_t urllen, const char *name, const char…
[all …]
H A Dvar_unserializer.re9 | available through the world-wide-web at the following url: |
/PHP-5.3/ext/standard/tests/url/
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));

Completed in 97 milliseconds

123456