Home
last modified time | relevance | path

Searched refs:url (Results 151 – 175 of 177) sorted by relevance

12345678

/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.h252 PHPAPI void session_adapt_url(const char *url, size_t url_len, char **new_url, size_t *new_len);
H A Dsession.c1750 PHPAPI void session_adapt_url(const char *url, size_t url_len, char **new_url, size_t *new_len) /* … in session_adapt_url() argument
1753 …*new_url = php_url_scanner_adapt_single_url(url, url_len, PS(session_name), ZSTR_VAL(PS(id)), new_… in session_adapt_url()
/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/standard/tests/file/
H A Duserstreams.phpt178 $b = @fopen("bogon://url", "rb");
/php-src/ext/json/
H A Djson_scanner.re7 | available through the world-wide-web at the following url: |
/php-src/ext/standard/
H A Dconfig.m4447 url.c
H A Dbasic_functions.stub.php3712 function parse_url(string $url, int $component = -1): int|string|array|null|false {}
3743 function get_headers(string $url, bool $associative = false, $context = null): array|false {}
H A Dvar_unserializer.re7 | available through the world-wide-web at the following url: |
H A Dbasic_functions_arginfo.h2073 ZEND_ARG_TYPE_INFO(0, url, IS_STRING, 0)
2086 ZEND_ARG_TYPE_INFO(0, url, IS_STRING, 0)
/php-src/.github/workflows/
H A Dpush.yml36 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()
/php-src/ext/pdo/
H A Dpdo_sql_parser.re7 | available through the world-wide-web at the following url: |
/php-src/ext/soap/
H A Dphp_http.c497 (orig = Z_SOAP_URL_P(tmp)->url) != NULL && in make_http_soap_request()
556 url_obj->url = phpurl; in make_http_soap_request()
H A Dsoap.c231 if (url_obj->url) { in soap_url_object_free()
232 php_url_free(url_obj->url); in soap_url_object_free()
233 url_obj->url = NULL; in soap_url_object_free()
/php-src/ext/curl/
H A Dcurl.stub.php3697 function curl_init(?string $url = null): CurlHandle|false {} argument
H A Dcurl_arginfo.h49 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, url, IS_STRING, 1, "null")
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dstate.c2149 static const lxb_char_t url[] = "url"; in lxb_css_syntax_state_ident_like() local
2170 if (str->length == 3 && lexbor_str_data_casecmp(str->data, url)) { in lxb_css_syntax_state_ident_like()
/php-src/ext/phar/phar/
H A Dpharcommand.inc316 * Argument type Phar url-like
327 * @param string $arg The url-like phar archive to retrieve.
/php-src/
H A DCONTRIBUTING.md439 | available through the world-wide-web at the following url: |
H A Dphp.ini-development859 ; https://php.net/allow-url-fopen
863 ; https://php.net/allow-url-include
1420 ; https://php.net/url-rewriter.tags
H A Dphp.ini-production861 ; https://php.net/allow-url-fopen
865 ; https://php.net/allow-url-include
1422 ; https://php.net/url-rewriter.tags

Completed in 139 milliseconds

12345678