Home
last modified time | relevance | path

Searched refs:cookies (Results 1 – 14 of 14) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_rinit_hook.c48 zval cookies = PG(http_globals)[TRACK_VARS_COOKIE]; in PHP_RINIT_FUNCTION() local
51 …if (Z_TYPE(cookies) == IS_ARRAY || (auth = zend_hash_str_find(Z_ARRVAL(cookies), PHPDBG_NAME "_AUT… in PHP_RINIT_FUNCTION()
/PHP-7.4/ext/standard/tests/misc/
H A Dget_browser_variation1.phpt52 ["cookies"]=>
132 ["cookies"]=>
194 ["cookies"]=>
266 ["cookies"]=>
338 ["cookies"]=>
404 ["cookies"]=>
486 ["cookies"]=>
562 ["cookies"]=>
632 ["cookies"]=>
696 ["cookies"]=>
[all …]
H A Dget_browser_basic.phpt53 ["cookies"]=>
123 ["cookies"]=>
195 ["cookies"]=>
267 ["cookies"]=>
335 ["cookies"]=>
411 ["cookies"]=>
483 ["cookies"]=>
555 ["cookies"]=>
627 ["cookies"]=>
699 ["cookies"]=>
[all …]
H A Dbug69983.phpt30 [cookies] =>
H A Dbug77338.phpt43 ["cookies"]=>
H A Dget_browser_variation2.phpt38 ["cookies"]=>
H A Dget_browser_error.phpt64 ["cookies"]=>
/PHP-7.4/ext/session/tests/
H A Dbug74941.phpt2 Bug #74941 session_start() triggers a warning after headers have been sent but cookies are not used
H A Dbug71974.phpt2 Bug #71974 Trans sid will always be send, even if cookies are available
/PHP-7.4/ext/soap/
H A Dphp_http.c539 zval *cookies, *login, *password; in make_http_soap_request() local
834 …if ((cookies = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies")-1)) != NUL… in make_http_soap_request()
835 Z_TYPE_P(cookies) == IS_ARRAY) { in make_http_soap_request()
838 uint32_t n = zend_hash_num_elements(Z_ARRVAL_P(cookies)); in make_http_soap_request()
842 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(cookies), key, data) { in make_http_soap_request()
970 zval *cookies; in make_http_soap_request() local
972 …if ((cookies = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies")-1)) == NUL… in make_http_soap_request()
973 Z_TYPE_P(cookies) != IS_ARRAY) { in make_http_soap_request()
976cookies = zend_hash_str_update(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies")-1, &tmp_cooki… in make_http_soap_request()
1033 zend_symtable_update(Z_ARRVAL_P(cookies), name.s, &zcookie); in make_http_soap_request()
H A Dsoap.c3103 zval *cookies; local
3111 …if ((cookies = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies")-1)) != NUL…
3112 Z_TYPE_P(cookies) == IS_ARRAY) {
3113 zend_hash_str_del(Z_ARRVAL_P(cookies), name, name_len);
3118 …if ((cookies = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies")-1)) == NUL…
3119 Z_TYPE_P(cookies) != IS_ARRAY) {
3128 add_assoc_zval_ex(cookies, name, name_len, &zcookie);
3137 zval *cookies; local
3144 …if ((cookies = zend_hash_str_find(Z_OBJPROP_P(ZEND_THIS), "_cookies", sizeof("_cookies")-1)) != NU…
3145 Z_TYPE_P(cookies) == IS_ARRAY) {
[all …]
/PHP-7.4/
H A Dphp.ini-development194 ; (excluding headers and cookies) PHP should keep internally before pushing that
199 ; You may be able to send headers and cookies after you've already sent output
1353 ; Whether to use cookies.
1354 ; http://php.net/session.use-cookies
1364 ; http://php.net/session.use-only-cookies
1395 ; https://tools.ietf.org/html/draft-west-first-party-cookies-07
H A Dphp.ini-production194 ; (excluding headers and cookies) PHP should keep internally before pushing that
199 ; You may be able to send headers and cookies after you've already sent output
1353 ; Whether to use cookies.
1354 ; http://php.net/session.use-cookies
1364 ; http://php.net/session.use-only-cookies
1395 ; https://tools.ietf.org/html/draft-west-first-party-cookies-07
H A DNEWS669 cookies can be sent). (CVE-2020-7070) (Stas)

Completed in 50 milliseconds