Home
last modified time | relevance | path

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

1234567

/php-src/.github/workflows/
H A Dpush.yml39 group: ${{ github.workflow }}-${{ github.event.pull_request.url || github.run_id }}
/php-src/ext/soap/
H A Dphp_http.c485 (orig = Z_SOAP_URL_P(tmp)->url) != NULL && in make_http_soap_request()
544 url_obj->url = phpurl; in make_http_soap_request()
H A Dsoap.c222 if (url_obj->url) { in soap_url_object_free()
223 php_url_free(url_obj->url); in soap_url_object_free()
224 url_obj->url = NULL; in soap_url_object_free()
/php-src/ext/curl/
H A Dcurl.stub.php3606 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/standard/
H A Dbasic_functions.stub.php3721 function parse_url(string $url, int $component = -1): int|string|array|null|false {}
3752 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.h2105 ZEND_ARG_TYPE_INFO(0, url, IS_STRING, 0)
2118 ZEND_ARG_TYPE_INFO(0, url, IS_STRING, 0)
/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/ext/session/
H A Dsession.c1674 PHPAPI void session_adapt_url(const char *url, size_t url_len, char **new_url, size_t *new_len) /* … in session_adapt_url() argument
1677 …*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/
H A DCONTRIBUTING.md439 | available through the world-wide-web at the following url: |
H A Dphp.ini-development873 ; https://php.net/allow-url-fopen
877 ; https://php.net/allow-url-include
1443 ; https://php.net/url-rewriter.tags
H A Dphp.ini-production875 ; https://php.net/allow-url-fopen
879 ; https://php.net/allow-url-include
1445 ; https://php.net/url-rewriter.tags
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます20979 # URL: https://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/directx/graphic…
21158 # URL: https://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/directx/graphic…
21262 # URL: https://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/directx/graphic…
30800 !:ext url
H A Dmagic20979 # URL: https://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/directx/graphic…
21158 # URL: https://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/directx/graphic…
21262 # URL: https://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/directx/graphic…
30800 !:ext url

Completed in 279 milliseconds

1234567