Home
last modified time | relevance | path

Searched refs:url (Results 126 – 150 of 162) sorted by relevance

1234567

/php-src/sapi/cli/tests/
H A Dphp_cli_server_013.phpt135 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found o…
145 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/style.css</code> w…
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddynasm.lua17 url = "https://luajit.org/dynasm.html",
658 _info.name, _info.version, _info.release, _info.url))
884 ]], _info.url,
975 stdout:write("DynASM ", _info.version, " ", _info.release, " ", _info.url, "\n")
1006 _info.name, _info.version, _info.release, _info.url, _info.copyright))
/php-src/ext/filter/tests/
H A D033.phpt29 url PHP 1 foo@bar.com http://a.b.c 1.2.3.4 123 123abc<>() O…
H A D015.phpt30 'http//www.example/wrong/url/',
/php-src/ext/standard/
H A Dconfig.w3233 string.c scanf.c syslog.c type.c uniqid.c url.c var.c \
H A Durl.c682 char *url; in PHP_FUNCTION() local
691 Z_PARAM_PATH(url, url_len) in PHP_FUNCTION()
699 …if (!(stream = php_stream_open_wrapper_ex(url, "r", REPORT_ERRORS | STREAM_USE_URL | STREAM_ONLY_G… in PHP_FUNCTION()
H A Dconfig.m4443 soundex.c string.c scanf.c syslog.c type.c uniqid.c url.c \
/php-src/ext/ldap/
H A Dldap.c964 char *url = host; in PHP_FUNCTION() local
965 if (url && !ldap_is_ldap_url(url)) { in PHP_FUNCTION()
973 url = emalloc(urllen); in PHP_FUNCTION()
992 if (url != host) { in PHP_FUNCTION()
993 efree(url); in PHP_FUNCTION()
1054 char *url = host; in PHP_FUNCTION() local
1055 if (url && !ldap_is_ldap_url(url)) { in PHP_FUNCTION()
1058 url = emalloc(urllen); in PHP_FUNCTION()
1064 if (url != host) { in PHP_FUNCTION()
1065 efree(url); in PHP_FUNCTION()
[all …]
/php-src/ext/curl/
H A Dinterface.c119 static zend_result php_curl_option_url(php_curl *ch, const zend_string *url) /* {{{ */ in php_curl_option_url() argument
128 zend_string_starts_with_literal_ci(url, "file://") in php_curl_option_url()
129 && '/' != ZSTR_VAL(url)[sizeof("file://") - 1] in php_curl_option_url()
130 && ZSTR_LEN(url) < MAXPATHLEN - 2 in php_curl_option_url()
135 …memmove(_tmp + sizeof("file:///") - 1, ZSTR_VAL(url) + sizeof("file://") - 1, ZSTR_LEN(url) - size… in php_curl_option_url()
137 return php_curl_option_str(ch, CURLOPT_URL, _tmp, ZSTR_LEN(url) + 1); in php_curl_option_url()
141 return php_curl_option_str(ch, CURLOPT_URL, ZSTR_VAL(url), ZSTR_LEN(url)); in php_curl_option_url()
1133 zend_string *url = NULL; in PHP_FUNCTION() local
1137 Z_PARAM_STR_OR_NULL(url) in PHP_FUNCTION()
1156 if (url) { in PHP_FUNCTION()
[all …]
/php-src/ext/phar/
H A Dphar_path_check.re9 | available through the world-wide-web at the following url: |
/php-src/ext/standard/tests/file/
H A Dinclude_userstream_002.phpt2 local user streams must not be able to open() url's
H A Duserstreams.phpt178 $b = @fopen("bogon://url", "rb");
/php-src/ext/standard/tests/strings/
H A Durl_t.phpt77 foreach ($sample_urls as $url) {
78 echo "\n--> $url: ";
79 var_dump(@parse_url($url));
82 …$url = 'http://secret:hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_r…
84 var_dump(parse_url($url, $v));
/php-src/ext/openssl/
H A Dxp_ssl.c2731 php_url *url; in php_openssl_get_url_name() local
2737 url = php_url_parse_ex(resourcename, resourcenamelen); in php_openssl_get_url_name()
2738 if (!url) { in php_openssl_get_url_name()
2742 if (url->host) { in php_openssl_get_url_name()
2743 const char * host = ZSTR_VAL(url->host); in php_openssl_get_url_name()
2745 size_t len = ZSTR_LEN(url->host); in php_openssl_get_url_name()
2756 php_url_free(url); in php_openssl_get_url_name()
2760 php_url_free(url); in php_openssl_get_url_name()
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtoken.h184 lxb_css_syntax_token_url_t url; member
/php-src/ext/standard/tests/url/
H A Dparse_url_basic_001.phpt10 foreach ($urls as $url) {
11 echo "\n--> $url: ";
12 var_dump(parse_url($url));
H A Dparse_url_unterminated.phpt14 foreach ($urls as $url) {
15 echo "\n--> $url: ";
16 $str = zend_create_unterminated_string($url);
/php-src/ext/session/
H A Dphp_session.h253 PHPAPI void session_adapt_url(const char *url, size_t url_len, char **new_url, size_t *new_len);
/php-src/ext/pcre/tests/
H A Dpreg_match_error4.phpt24 "url": "\\/tmp\\/buildpacktUY7k\\/support\\/installer\\/",
31 "url": "https:\\/\\/lang-php.s3.amazonaws.com\\/dist-cedar-14-stable\\/"
/php-src/win32/build/
H A Dphpize.js.in7 | available through the world-wide-web at the following url: |
/php-src/ext/ffi/
H A Dffi.g7 | available through the world-wide-web at the following url: |
37 | available through the world-wide-web at the following url: |
/php-src/ext/json/
H A Djson_scanner.re7 | available through the world-wide-web at the following url: |
/php-src/ext/pdo/
H A Dpdo_sql_parser.re7 | available through the world-wide-web at the following url: |
/php-src/.github/workflows/
H A Dpush.yml39 group: ${{ github.workflow }}-${{ github.event.pull_request.url || github.run_id }}
/php-src/ext/dom/
H A Ddocument.c379 const char *url = (const char *) docp->URL; in dom_document_document_uri_read() local
380 if (url != NULL) { in dom_document_document_uri_read()
381 ZVAL_STRING(retval, url); in dom_document_document_uri_read()

Completed in 144 milliseconds

1234567