Home
last modified time | relevance | path

Searched refs:url (Results 76 – 100 of 153) sorted by relevance

1234567

/PHP-5.5/ext/phar/
H A Ddirstream.c564 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *con… in phar_wrapper_rmdir() argument
579 …if (FAILURE == phar_split_fname(url, strlen(url), &arch, &arch_len, &entry2, &entry_len, 2, 2 TSRM… in phar_wrapper_rmdir()
580 …: cannot remove directory \"%s\", no phar archive specified, or phar archive does not exist", url); in phar_wrapper_rmdir()
592 …r, options TSRMLS_CC, "phar error: cannot rmdir directory \"%s\", write operations disabled", url); in phar_wrapper_rmdir()
596 if ((resource = phar_parse_url(wrapper, url, "w", options TSRMLS_CC)) == NULL) { in phar_wrapper_rmdir()
603 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: invalid url \"%s\"", url); in phar_wrapper_rmdir()
609 …eam_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: not a phar stream url \"%s\"", url); in phar_wrapper_rmdir()
H A Ddirstream.h24 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *con…
/PHP-5.5/ext/standard/tests/url/
H A Dparse_url_basic_002.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_SCHEME));
H A Dparse_url_basic_007.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_PATH));
H A Dparse_url_basic_003.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_HOST));
/PHP-5.5/
H A DREADME.TESTING2106 this section is used to build the url used in an HTTP request. Valid values
108 SCRIPT_NAME The inital part of the request url
109 PATH_INFO The pathinfo part of a request url
110 FRAGMENT The fragment section of a url (after #)
111 QUERY_STRING The query part of a url (after ?)
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 Dheader9 | available through the world-wide-web at the following url: |
/PHP-5.5/ext/session/tests/
H A Dbug41600.phpt2 Bug #41600 (url rewriter tags doesn't work with namespaced tags)
/PHP-5.5/ext/intl/tests/
H A Dspoofchecker_002.phpt8 $url = "http://www.payp\xD0\xB0l.com";
/PHP-5.5/ext/standard/tests/file/
H A Dbug38450.phpt16 $url = parse_url($path);
17 $this->varname = $url["host"];
H A Dbug38450_1.phpt16 $url = parse_url($path);
17 $this->varname = $url["host"];
H A Dbug38450_3.phpt16 $url = parse_url($path);
17 $this->varname = $url["host"];
H A Dbug38450_2.phpt16 $url = parse_url($path);
17 $this->varname = $url["host"];
/PHP-5.5/ext/filter/tests/
H A D008.phpt46 string(3) "url"
H A D009.phpt10 var_dump(filter_id("url"));
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_007.phpt2 Test curl_error() & curl_errno() function without url
H A Dcurl_setopt_basic003.phpt17 $url = "{$host}/";
H A Dcurl_basic_016.phpt22 [%u|b%"url"]=>
/PHP-5.5/ext/json/tests/
H A Dpass001.1.phpt59 \"url\": \"http://www.JSON.org/\",
147 "url": "http://www.JSON.org/",
292 ["url"]=>
473 ["url"]=>
534 …"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James Street","url":"http:\/\/www.JSON…
536 …"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James Street","url":"http:\/\/www.JSON…
658 ["url"]=>
839 ["url"]=>
H A Dpass001.1_64bit.phpt59 \"url\": \"http://www.JSON.org/\",
147 "url": "http://www.JSON.org/",
292 ["url"]=>
473 ["url"]=>
534 …"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James Street","url":"http:\/\/www.JSON…
536 …"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James Street","url":"http:\/\/www.JSON…
658 ["url"]=>
839 ["url"]=>
/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 …]
/PHP-5.5/Zend/
H A Dheader9 | available through the world-wide-web at the following url: |
/PHP-5.5/ext/mbstring/tests/
H A Dmb_http_input.phpt22 // It must be url encoded....
/PHP-5.5/ext/tidy/tests/
H A D027.phpt28 public function getURL($url) {

Completed in 39 milliseconds

1234567