Home
last modified time | relevance | path

Searched refs:url (Results 51 – 75 of 153) sorted by relevance

1234567

/PHP-5.5/ext/curl/tests/
H A Dcurl_multi_segfault.phpt19 $url = "ftp://$username:$password@$host/" ;
23 curl_setopt ( $ch , CURLOPT_URL, $url );
H A Dbug69316.phpt22 $url = "{$host}/get.php?test=getpost";
28 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_018.phpt21 $url = "{$host}/get.php?test=get";
32 CURLOPT_URL => $url,
H A Dcurl_ftp_pasv.phpt19 $url = "ftp://$username:$password@$host/test.phpt" ;
38 curl_setopt ( $ch , CURLOPT_URL, $url );
/PHP-5.5/ext/standard/tests/file/
H A Dbug27508.phpt10 $url = urldecode(substr($path, 9));
11 $this->fp = fopen($url, $mode);
H A Dbug52820.phpt17 function do_stuff($url) {
21 curl_setopt($handle, CURLOPT_STDERR, $o = fopen($url, "w+"));
/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 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 …]
H A Durl_scanner_ex.h30 PHPAPI char *php_url_scanner_adapt_single_url(const char *url, size_t urllen, const char *name, con…
/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…
/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 D027.phpt91 phar url "phar://" is unknown in %s027.php on line %d
94 Warning: opendir(phar://foo.phar/hi): failed to open dir: phar error: invalid url or non-existent p…
95 phar url "phar://foo.phar/hi" is unknown in %s027.php on line %d
H A D027U.phpt91 phar url "phar://" is unknown in %s027U.php on line %d
94 Warning: opendir(phar://foo.phar/hi): failed to open dir: phar error: invalid url or non-existent p…
95 phar url "phar://foo.phar/hi" is unknown in %s027U.php on line %d
/PHP-5.5/ext/standard/tests/url/
H A Dparse_url_basic_004.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 "--> $url : ";
18 var_dump(parse_url($url, PHP_URL_PORT));
H A Dparse_url_variation_002_32bit.phpt7 /* Prototype : proto mixed parse_url(string url, [int url_component])
9 * Source code: ext/standard/url.c
21 $url = 'http://secret:hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_re…
76 var_dump( parse_url($url, $value) );
H A Dparse_url_variation_002_64bit.phpt7 /* Prototype : proto mixed parse_url(string url, [int url_component])
9 * Source code: ext/standard/url.c
21 $url = 'http://secret:hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_re…
76 var_dump( parse_url($url, $value) );
H A Dparse_url_basic_008.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 "--> $url : ";
18 var_dump(parse_url($url, PHP_URL_QUERY));
H A Dparse_url_basic_009.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 "--> $url : ";
18 var_dump(parse_url($url, PHP_URL_FRAGMENT));
H A Dparse_url_basic_005.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 "--> $url : ";
18 var_dump(parse_url($url, PHP_URL_USER));
H A Dparse_url_basic_006.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 "--> $url : ";
18 var_dump(parse_url($url, PHP_URL_PASS));
H A Dparse_url_variation_001.phpt5 /* Prototype : proto mixed parse_url(string url, [int url_component])
7 * Source code: ext/standard/url.c
69 // loop through each element of the array for url
/PHP-5.5/ext/json/tests/
H A Dpass001.phpt48 \"url\": \"http://www.JSON.org/\",
131 "url": "http://www.JSON.org/",
233 ["url"]=>
371 ["url"]=>
432 …:false,"null":null,"array":[],"object":{},"address":"50 St. James Street","url":"http:\/\/www.JSON…
434 …:false,"null":null,"array":[],"object":[],"address":"50 St. James Street","url":"http:\/\/www.JSON…
513 ["url"]=>
651 ["url"]=>
/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'));

Completed in 36 milliseconds

1234567