Home
last modified time | relevance | path

Searched refs:cookie (Results 26 – 40 of 40) sorted by relevance

12

/PHP-8.3/ext/curl/tests/responder/
H A Dget.inc23 case 'cookie':
/PHP-8.3/ext/standard/tests/
H A Dghsa-wpj3-hf5j-x4v4.phpt2 ghsa-wpj3-hf5j-x4v4 (__Host-/__Secure- cookie bypass due to partial CVE-2022-31629 fix)
/PHP-8.3/ext/soap/
H A Dphp_http.c985 char *cookie = estrndup(cookie_itt, cookie_len); in make_http_soap_request() local
986 char *eqpos = strstr(cookie, "="); in make_http_soap_request()
987 char *sempos = strstr(cookie, ";"); in make_http_soap_request()
996 cookie_len = strlen(cookie)-(eqpos-cookie)-1; in make_http_soap_request()
999 smart_str_appendl(&name, cookie, eqpos - cookie); in make_http_soap_request()
1006 char *options = cookie + cookie_len+1; in make_http_soap_request()
1043 efree(cookie); in make_http_soap_request()
/PHP-8.3/ext/session/tests/
H A Drfc1867_sid_get_2.phpt22 PHPSESSID=rfc1867-sid-get-2-cookie
H A Drfc1867_sid_invalid.phpt2 session rfc1867 sid cookie
/PHP-8.3/ext/session/tests/user_session_module/
H A Dsave_handler.inc25 // string $session_name - Session ID cookie name. Default: session.name
/PHP-8.3/
H A Dphp.ini-production1399 ; https://php.net/session.cookie-secure
1402 ; This option forces PHP to fetch and use a cookie for storing and maintaining
1409 ; Name of the session (used as cookie name).
1417 ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
1418 ; https://php.net/session.cookie-lifetime
1421 ; The path for which the cookie is valid.
1422 ; https://php.net/session.cookie-path
1425 ; The domain for which the cookie is valid.
1426 ; https://php.net/session.cookie-domain
1429 ; Whether or not to add the httpOnly flag to the cookie, which makes it
[all …]
H A Dphp.ini-development1397 ; https://php.net/session.cookie-secure
1400 ; This option forces PHP to fetch and use a cookie for storing and maintaining
1407 ; Name of the session (used as cookie name).
1415 ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
1416 ; https://php.net/session.cookie-lifetime
1419 ; The path for which the cookie is valid.
1420 ; https://php.net/session.cookie-path
1423 ; The domain for which the cookie is valid.
1424 ; https://php.net/session.cookie-domain
1427 ; Whether or not to add the httpOnly flag to the cookie, which makes it
[all …]
H A DNEWS569 . Fixed bug GHSA-wpj3-hf5j-x4v4 (__Host-/__Secure- cookie bypass due to
/PHP-8.3/ext/imap/
H A Dphp_imap.c3219 char *cookie = NIL; in PHP_FUNCTION() local
3621 for (param = bod->parameter; param && !cookie; param = param->next) { in PHP_FUNCTION()
3623 cookie = param->value; in PHP_FUNCTION()
3628 if (!cookie) { in PHP_FUNCTION()
3629 cookie = "-"; in PHP_FUNCTION()
3630 … } else if (strlen(cookie) > (SENDBUFLEN - 2 - 2 - 2)) { /* validate cookie length -- + CRLF * 2 */ in PHP_FUNCTION()
3645 spprintf(&tempstring, 0, "%s--%s%s%s%s", mystring, cookie, CRLF, tmp, CRLF); in PHP_FUNCTION()
3657 spprintf(&tempstring, 0, "%s--%s--%s", mystring, cookie, CRLF); in PHP_FUNCTION()
/PHP-8.3/build/
H A Dphp.m41427 ]], [[cookie_io_functions_t cookie;]])],[have_cookie_io_functions_t=yes],[])
1443 ssize_t reader(void *cookie, char *buffer, size_t size)
1445 ssize_t writer(void *cookie, const char *buffer, size_t size)
1447 int closer(void *cookie)
1449 int seeker(void *cookie, off64_t *position, int whence)
1450 { ((struct cookiedata*)cookie)->pos = *position; return 0; }
1485 ]], [[_IO_cookie_io_functions_t cookie;]])], [have_IO_cookie_io_functions_t=yes], [])
/PHP-8.3/ext/ldap/
H A Dldap.c427 struct berval cookie = { 0L, NULL }; in _php_ldap_control_from_array() local
437 cookie.bv_val = ZSTR_VAL(tmpstring); in _php_ldap_control_from_array()
438 cookie.bv_len = ZSTR_LEN(tmpstring); in _php_ldap_control_from_array()
442 rc = ldap_create_page_control_value(ld, pagesize, &cookie, &control_value); in _php_ldap_control_from_array()
/PHP-8.3/sapi/litespeed/
H A Dlsapilib.c953 uint32_t cookie; in lsapi_enterLVE() local
955 ret = (*fp_lve_enter)(s_lve, uid, -1, -1, &cookie); in lsapi_enterLVE()
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic35259 # Web browser cookie files
35262 0 search/1 #\ HTTP\ Cookie\ File Web browser cookie text
35263 0 search/1 #\ Netscape\ HTTP\ Cookie\ File Netscape cookie text
35264 0 search/1 #\ KDE\ Cookie\ File Konqueror cookie text
36191 # The schema cookie like: 2 3 4 6 7 9 A D E F 13 14 1C 25 2A 2F 33 44 4B 53 5A 5F 62 86 87 8F 91 A8
36192 >>40 ubelong x \b, cookie %#x
38133 # Dynamic Disk Header cookie like cxsparse
H A Dmagic私はガラスを食べられます35259 # Web browser cookie files
35262 0 search/1 #\ HTTP\ Cookie\ File Web browser cookie text
35263 0 search/1 #\ Netscape\ HTTP\ Cookie\ File Netscape cookie text
35264 0 search/1 #\ KDE\ Cookie\ File Konqueror cookie text
36191 # The schema cookie like: 2 3 4 6 7 9 A D E F 13 14 1C 25 2A 2F 33 44 4B 53 5A 5F 62 86 87 8F 91 A8
36192 >>40 ubelong x \b, cookie %#x
38133 # Dynamic Disk Header cookie like cxsparse

Completed in 184 milliseconds

12