Home
last modified time | relevance | path

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

1234567

/PHP-5.5/win32/
H A Dphp5dll.dsp554 SOURCE=..\ext\standard\url.c
712 SOURCE=..\ext\standard\url.h
H A Dphp5dllts.dsp1988 SOURCE=..\ext\standard\url.c
2182 SOURCE=..\ext\standard\url.h
/PHP-5.5/win32/build/
H A Dmkdist.php498 $url = "http://pear.php.net/get/$filename"; variable
499 echo "Downloading $name from $url\n";
501 copy($url, $destfilename);
H A Dphpize.js.in9 | available through the world-wide-web at the following url: |
/PHP-5.5/
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.php2577 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['file']);
2578 $tested = "<a href='$url'>$tested</a>";
2587 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['skip']);
2588 $extra = "<a href='$url'>$extra</a>";
2595 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['diff']);
2596 $diff = "<a href='$url'>diff</a>";
2602 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['mem']);
2603 $mem = "<a href='$url'>leaks</a>";
H A Dphp.ini-development802 ; http://php.net/allow-url-fopen
806 ; http://php.net/allow-url-include
1548 ; http://php.net/url-rewriter.tags
H A Dphp.ini-production802 ; http://php.net/allow-url-fopen
806 ; http://php.net/allow-url-include
1548 ; http://php.net/url-rewriter.tags
H A Dheader9 | available through the world-wide-web at the following url: |
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c192 …if (url_expand(PHG(cip)->hip->url, SG(request_info).path_translated, MAXPATHLEN, &PHG(sb), NULL, N… in php_phttpd_request_ctor()
206 Ns_UrlToFile(&ds, server, NSG(conn->request->url)); in php_phttpd_request_ctor()
/PHP-5.5/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.5/sapi/cli/tests/
H A Dbug43177.phpt38 foreach(array("parse", "fatal", "fatal2", "compile") as $url) {
45 GET /$url HTTP/1.1
H A Dphp_cli_server_013.phpt91 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found o…
99 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/style.css</code> w…
107 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/foo/bar</code> was…
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-5.5/sapi/cli/
H A Dphp_http_parser.c649 MARK(url); in php_http_parser_execute()
658 MARK(url); in php_http_parser_execute()
714 CALLBACK(url); in php_http_parser_execute()
736 CALLBACK(url); in php_http_parser_execute()
751 CALLBACK(url); in php_http_parser_execute()
756 CALLBACK(url); in php_http_parser_execute()
763 CALLBACK(url); in php_http_parser_execute()
795 CALLBACK(url); in php_http_parser_execute()
799 CALLBACK(url); in php_http_parser_execute()
805 CALLBACK(url); in php_http_parser_execute()
[all …]
/PHP-5.5/sapi/aolserver/
H A Daolserver.c445 Ns_UrlToFile(&ds, server, NSG(conn->request->url)); in php_ns_request_ctor()
/PHP-5.5/main/streams/
H A Duserspace.c50 static int user_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_cont…
52 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_st…
53 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_conte…
54 static int user_wrapper_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value, p…
1164 static int user_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_cont… in user_wrapper_unlink() argument
1181 ZVAL_STRING(zfilename, url, 1); in user_wrapper_unlink()
1280 ZVAL_STRING(zfilename, url, 1); in user_wrapper_mkdir()
1321 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_conte… in user_wrapper_rmdir() argument
1338 ZVAL_STRING(zfilename, url, 1); in user_wrapper_rmdir()
1417 ZVAL_STRING(zfilename, url, 1); in user_wrapper_metadata()
[all …]
H A Dplain_wrapper.c1036 url += sizeof("file://") - 1; in php_plain_files_url_stater()
1056 return VCWD_STAT(url, &ssb->sb); in php_plain_files_url_stater()
1064 url += sizeof("file://") - 1; in php_plain_files_unlink()
1071 ret = VCWD_UNLINK(url); in php_plain_files_unlink()
1258 url += sizeof("file://") - 1; in php_plain_files_rmdir()
1266 if (!php_win32_check_trailing_space(url, (int)strlen(url))) { in php_plain_files_rmdir()
1272 if (VCWD_RMDIR(url) < 0) { in php_plain_files_rmdir()
1293 int url_len = strlen(url); in php_plain_files_metadata()
1304 url += sizeof("file://") - 1; in php_plain_files_metadata()
1323 ret = VCWD_UTIME(url, newtime); in php_plain_files_metadata()
[all …]
/PHP-5.5/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…
158 …int (*stream_metadata)(php_stream_wrapper *wrapper, char *url, int options, void *value, php_strea…
H A Dinternal_functions.c.in9 | available through the world-wide-web at the following url: |
H A Dbuild-defs.h.in9 | available through the world-wide-web at the following url: |
H A Dfopen_wrappers.c690 PHPAPI char *php_strip_url_passwd(char *url) argument
694 if (url == NULL) {
698 p = url;
720 return url;
724 return url;
/PHP-5.5/ext/tidy/tests/
H A D027.phpt28 public function getURL($url) {
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c107 static inline void append_modified_url(smart_str *url, smart_str *dest, smart_str *url_app, const c… in PHP_INI_END()
113 q = (p = url->c) + url->len; in PHP_INI_END()
164 { smart_str_append(dest, url); return; } in PHP_INI_END()
192 if (bash && bash - url->c == 0) { in PHP_INI_END()
193 smart_str_append(dest, url); in PHP_INI_END()
198 smart_str_appendl(dest, url->c, bash - url->c); in PHP_INI_END()
200 smart_str_append(dest, url); in PHP_INI_END()
908 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
914 smart_str_setl(&surl, url, urllen); in php_url_scanner_adapt_single_url()
H A Dvar_unserializer.re9 | available through the world-wide-web at the following url: |

Completed in 83 milliseconds

1234567