| /PHP_5_5/ext/dom/ |
| H A D | document.c | 9 | available through the world-wide-web at the following url: | 828 char *url; local 838 url = (char *) docp->URL; 839 if (url != NULL) { 840 ZVAL_STRING(*retval, url, 1);
|
| /PHP_5_5/ext/ldap/ |
| H A D | ldap.c | 9 | available through the world-wide-web at the following url: | 2055 int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params) argument 2075 ZVAL_STRING(cb_url, estrdup(url), 0);
|
| /PHP_5_5/ext/standard/ |
| H A D | url.c | 9 | available through the world-wide-web at the following url: | 27 #include "url.h" 303 /* check if we have a valid host, if we don't reject the string as url */ 373 /* {{{ proto mixed parse_url(string url, [int url_component]) 697 /* {{{ proto array get_headers(string url[, int format]) 701 char *url; local 710 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &url, &url_len, &format) == FAILURE) { 715 if (!(stream = php_stream_open_wrapper_ex(url, "r", REPORT_ERRORS | STREAM_USE_URL | STREAM_ONLY_GET_HEADERS, NULL, context))) {
|
| H A D | url_scanner_ex.c | 11 | available through the world-wide-web at the following url: | 40 #include "url.h" 107 static inline void append_modified_url(smart_str *url, smart_str *dest, smart_str *url_app, const char *separator) argument 113 q = (p = url->c) + url->len; 164 { smart_str_append(dest, url); return; } 192 if (bash && bash - url->c == 0) { 193 smart_str_append(dest, url); 198 smart_str_appendl(dest, url->c, bash - url 922 php_url_scanner_adapt_single_url(const char *url, size_t urllen, const char *name, const char *value, size_t *newlen TSRMLS_DC) argument [all...] |
| H A D | ftp_fopen_wrapper.c | 9 | available through the world-wide-web at the following url: | 783 static int php_stream_ftp_url_stat(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC) argument 793 stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, context, NULL, &resource, NULL, NULL TSRMLS_CC); 906 static int php_stream_ftp_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) argument 913 stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL TSRMLS_CC); 916 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to %s", url); 923 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid path provided in %s", url); 1035 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_stream_context *context TSRMLS_DC) argument 1042 stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL TSRMLS_CC); 1045 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to %s", url); 1129 php_stream_ftp_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) argument [all...] |
| /PHP_5_5/main/ |
| H A D | fopen_wrappers.c | 9 | available through the world-wide-web at the following url: | 690 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/main/streams/ |
| H A D | plain_wrapper.c | 9 | available through the world-wide-web at the following url: | 1002 static int php_plain_files_url_stater(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC) argument 1006 if ((p = strstr(url, "://")) != NULL) { 1007 if (p < strchr(url, '/')) { 1008 url = p + 3; 1012 if (php_check_open_basedir_ex(url, (flags & PHP_STREAM_URL_STAT_QUIET) ? 0 : 1 TSRMLS_CC)) { 1019 return VCWD_LSTAT(url, &ssb->sb); 1025 return VCWD_LSTAT(url, &ssb->sb); 1029 return VCWD_STAT(url, &ssb->sb); 1032 static int php_plain_files_unlink(php_stream_wrapper *wrapper, char *url, in argument 1238 php_plain_files_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) argument 1265 php_plain_files_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value, php_stream_context *context TSRMLS_DC) argument [all...] |
| H A D | userspace.c | 9 | available through the world-wide-web at the following url: | 49 static int user_wrapper_stat_url(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC); 50 static int user_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC); 52 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_stream_context *context TSRMLS_DC); 53 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC); 54 static int user_wrapper_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value, php_stream_context *context TSRMLS_DC); 227 function url_stat(string $url, int $flags) 232 function unlink(string $url) 252 function dir_opendir(string $url, int $options) 1154 static int user_wrapper_unlink(php_stream_wrapper *wrapper, char *url, in argument 1253 user_wrapper_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_stream_context *context TSRMLS_DC) argument 1311 user_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) argument 1364 user_wrapper_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value, php_stream_context *context TSRMLS_DC) argument 1447 user_wrapper_stat_url(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC) argument [all...] |
| /PHP_5_5/ext/phar/ |
| H A D | dirstream.c | 9 | available through the world-wide-web at the following url: | 335 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar url \"%s\" is unknown", path); 347 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: invalid url \"%s\", must have at least phar://%s/", path, path); 353 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: not a phar url \"%s\"", path); 469 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: invalid url \"%s\"", url_from); 475 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: not a phar stream url \"%s\"", url_from); 567 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) /* {{{ */ argument 582 if (FAILURE == phar_split_fname(url, strlen(url), &arch, &arch_len, &entry2, &entry_len, 2, 2 TSRMLS_CC)) { 583 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: cannot remove directory \"%s\", no phar archive specified, or phar archive does not exist", url); [all...] |
| H A D | stream.c | 9 | available through the world-wide-web at the following url: | 80 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: invalid url or non-existent phar \"%s\"", filename); 177 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: invalid url \"%s\"", path); 183 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: not a phar stream url \"%s\"", path); 566 static int phar_wrapper_stat(php_stream_wrapper *wrapper, char *url, int flags, argument 576 if ((resource = phar_parse_url(wrapper, url, "r", flags|PHP_STREAM_URL_STAT_QUIET TSRMLS_CC)) == NULL) { 689 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) /* {{{ */ argument 698 if ((resource = phar_parse_url(wrapper, url, "rb", options TSRMLS_CC)) == NULL) { 706 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: invalid url \"%s\"", url); [all...] |
| /PHP_5_5/ext/filter/ |
| H A D | logical_filters.c | 9 | available through the world-wide-web at the following url: | 24 #include "ext/standard/url.h" 450 php_url *url; local 460 url = php_url_parse_ex(Z_STRVAL_P(value), Z_STRLEN_P(value)); 462 if (url == NULL) { 466 if (url->scheme != NULL && (!strcasecmp(url->scheme, "http") || !strcasecmp(url->scheme, "https"))) { 469 if (url->host == NULL) { 473 e = url [all...] |
| /PHP_5_5/win32/build/ |
| H A D | mkdist.php | 488 $url = "http://pear.php.net/get/$filename"; variable 489 echo "Downloading $name from $url\n"; 491 copy($url, $destfilename);
|
| /PHP_5_5/ext/curl/ |
| H A D | interface.c | 9 | available through the world-wide-web at the following url: | 88 #include "ext/standard/url.h" 168 static int php_curl_option_url(php_curl *ch, const char *url, const int len TSRMLS_DC) /* {{{ */ argument 181 if (!(uri = php_url_parse_ex(url, len))) { 182 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid URL '%s'", url); 196 error = curl_easy_setopt(ch->cp, CURLOPT_URL, url); 198 copystr = estrndup(url, len); 278 ZEND_ARG_INFO(0, url) 1907 /* {{{ proto resource curl_init([string url]) 1914 char *url local [all...] |
| /PHP_5_5/ext/session/ |
| H A D | session.c | 9 | available through the world-wide-web at the following url: | 52 #include "ext/standard/url.h" 1462 PHPAPI void session_adapt_url(const char *url, size_t urllen, char **new, size_t *newlen TSRMLS_DC) /* {{{ */ argument 1465 *new = php_url_scanner_adapt_single_url(url, urllen, PS(session_name), PS(id), newlen TSRMLS_CC);
|
| /PHP_5_5/ext/openssl/ |
| H A D | xp_ssl.c | 9 | available through the world-wide-web at the following url: | 23 #include "ext/standard/url.h" 858 php_url *url; local 876 url = php_url_parse_ex(resourcename, resourcenamelen); 877 if (!url) { 881 if (url->host) { 882 const char * host = url->host; 895 php_url_free(url); 899 php_url_free(url);
|
| /PHP_5_5/ |
| H A D | run-tests.php | 11 | available through the world-wide-web at the following url: | 709 --temp-source <sdir> --temp-target <tdir> [--temp-urlbase <url>] 712 <url> given then the generated links are relative and prefixed 713 with the given url. In general you want to make <sdir> the path 715 hierarchy with <url> pointing to <tdir>. 2552 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['file']); variable 2553 $tested = "<a href='$url'>$tested</a>"; 2562 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['skip']); variable 2563 $extra = "<a href='$url'>$extra</a>"; 2570 $url variable 2577 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['mem']); variable [all...] |
| H A D | server-tests.php | 10 | available through the world-wide-web at the following url: | 161 $url = QA_SUBMISSION_PAGE.'?'.$query; variable 163 $r = new HTTPRequest($url,NULL,NULL,$post); 244 public $url = ''; variable 256 URL is the full url 274 $this->url = $URL; variable 428 'u' => array('TEST_WEB_BASE_URL' ,'url' ,'' ,'base url for http testing'), 572 $url = $this->conf['TEST_WEB_BASE_URL'] . $pi; variable 574 $fd = fopen($url, "r 1302 $url = $this->conf['TEST_SERVER_URL']; variable [all...] |