Home
last modified time | relevance | path

Searched refs:url (Results 26 – 50 of 147) sorted by relevance

123456

/PHP-5.3/ext/curl/tests/
H A Dcurl_basic_006.phpt24 $url = "{$host}/get.php?test=get";
28 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_copy_handle_basic_006.phpt15 $url = "{$host}/get.php?test=useragent";
21 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_copy_handle_basic_007.phpt11 $url = "{$host}/get.php?test=getpost";
19 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_009.phpt10 $url = uniqid()."://www.".uniqid().".".uniqid();
12 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_004.phpt24 $url = "{$host}/get.php?test=referer";
30 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_copy_handle_basic_008.phpt9 $url = "{$host}/get.php";
10 $ch = curl_init($url);
H A Dbug48207.phpt21 $url = "$host/get.php?test=1";
27 $url = 'file://'. $tempname;
36 $ch = curl_init($url);
H A Dcurl_basic_003.phpt24 $url = "{$host}/get.php?test=getpost&get_param=Hello%20World";
31 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_setopt_array_basic.phpt21 $url = "{$host}/get.php?test=get";
25 $url = 'file://'. $tempname;
38 CURLOPT_URL => $url,
H A Dcurl_basic_020.phpt14 $url = "{$host}/get.php?test=";
16 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_021.phpt13 $url = "{$host}/get.php?test=contenttype";
16 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_008.phpt16 $url = "http://www.".uniqid().".".uniqid();
18 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_010.phpt16 $url = "http://www.example.org";
19 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_multi_segfault.phpt19 $url = "ftp://$username:$password@$host/" ;
23 curl_setopt ( $ch , CURLOPT_URL, $url );
/PHP-5.3/ext/session/tests/
H A D018.phpt21 <form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php>
26 <form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php><input type="hidden" name="PHPSESSID"…
/PHP-5.3/ext/standard/tests/url/
H A Dparse_url_basic_010.phpt5 /* Prototype : proto mixed parse_url(string url, [int url_component])
7 * Source code: ext/standard/url.c
/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 …]
/PHP-5.3/ext/phar/tests/
H A Dopendir.phpt41 phar url "phar://" is unknown in %sopendir.php on line %d
43 Warning: opendir(phar://hi.phar): failed to open dir: phar error: invalid url or non-existent phar …
44 phar url "phar://hi.phar" is unknown in %sopendir.php on line %d
/PHP-5.3/ext/phar/
H A Dstream.h29 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_cont…
30 static int phar_wrapper_stat(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf …
/PHP-5.3/ext/openssl/tests/
H A Dsni_001.phpt43 function do_http_test($url, $context) {
45 $fh = fopen($url, 'r', false, $context);
51 function do_ssl_test($url, $context) {
53 $fh = stream_socket_client($url, $errno, $errstr,
60 function do_enable_crypto_test($url, $context) {
62 $fh = stream_socket_client($url, $errno, $errstr,
/PHP-5.3/ext/standard/
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 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 Dftp_fopen_wrapper.c794 …stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, context, NULL, &resource, NULL, NULL TS… in php_stream_ftp_url_stat()
914 …stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL TSRML… in php_stream_ftp_unlink()
917 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to %s", url); in php_stream_ftp_unlink()
924 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid path provided in %s", url); in php_stream_ftp_unlink()
1043 …stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL TSRML… in php_stream_ftp_mkdir()
1046 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to %s", url); in php_stream_ftp_mkdir()
1053 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid path provided in %s", url); in php_stream_ftp_mkdir()
1130 static int php_stream_ftp_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_con… in php_stream_ftp_rmdir() argument
1137 …stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL TSRML… in php_stream_ftp_rmdir()
1140 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to %s", url); in php_stream_ftp_rmdir()
[all …]
/PHP-5.3/ext/standard/tests/file/
H A Dbug27508.phpt10 $url = urldecode(substr($path, 9));
11 $this->fp = fopen($url, $mode);
H A Dbug52820.phpt15 function do_stuff($url) {
19 curl_setopt($handle, CURLOPT_STDERR, $o = fopen($url, "w+"));

Completed in 61 milliseconds

123456