Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_rinit_hook.c46 zval cookies = PG(http_globals)[TRACK_VARS_COOKIE]; in PHP_RINIT_FUNCTION() local
49 …if (Z_TYPE(cookies) == IS_ARRAY || (auth = zend_hash_str_find(Z_ARRVAL(cookies), PHPDBG_NAME "_AUT… in PHP_RINIT_FUNCTION()
/PHP-8.0/ext/standard/tests/misc/
H A Dget_browser_basic.phpt43 ["cookies"]=>
113 ["cookies"]=>
185 ["cookies"]=>
257 ["cookies"]=>
325 ["cookies"]=>
401 ["cookies"]=>
473 ["cookies"]=>
545 ["cookies"]=>
617 ["cookies"]=>
689 ["cookies"]=>
[all …]
H A Dget_browser_variation1.phpt42 ["cookies"]=>
122 ["cookies"]=>
184 ["cookies"]=>
256 ["cookies"]=>
328 ["cookies"]=>
394 ["cookies"]=>
476 ["cookies"]=>
552 ["cookies"]=>
622 ["cookies"]=>
686 ["cookies"]=>
[all …]
H A Dbug69983.phpt30 [cookies] =>
H A Dbug77338.phpt43 ["cookies"]=>
H A Dget_browser_variation2.phpt38 ["cookies"]=>
H A Dget_browser_error.phpt51 ["cookies"]=>
/PHP-8.0/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-8.0/ext/soap/
H A Dphp_http.c538 zval *cookies, *login, *password; in make_http_soap_request() local
838 …if ((cookies = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies")-1)) != NUL… in make_http_soap_request()
839 Z_TYPE_P(cookies) == IS_ARRAY) { in make_http_soap_request()
842 uint32_t n = zend_hash_num_elements(Z_ARRVAL_P(cookies)); in make_http_soap_request()
846 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(cookies), key, data) { in make_http_soap_request()
974 zval *cookies; in make_http_soap_request() local
976 …if ((cookies = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies")-1)) == NUL… in make_http_soap_request()
977 Z_TYPE_P(cookies) != IS_ARRAY) { in make_http_soap_request()
980cookies = zend_hash_str_update(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies")-1, &tmp_cooki… in make_http_soap_request()
1037 zend_symtable_update(Z_ARRVAL_P(cookies), name.s, &zcookie); in make_http_soap_request()
H A Dsoap.c2791 zval *cookies; local
2799 …if ((cookies = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies")-1)) != NUL…
2800 Z_TYPE_P(cookies) == IS_ARRAY) {
2801 zend_hash_str_del(Z_ARRVAL_P(cookies), name, name_len);
2806 …if ((cookies = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies")-1)) == NUL…
2807 Z_TYPE_P(cookies) != IS_ARRAY) {
2816 add_assoc_zval_ex(cookies, name, name_len, &zcookie);
2824 zval *cookies; local
2831 …if ((cookies = zend_hash_str_find(Z_OBJPROP_P(ZEND_THIS), "_cookies", sizeof("_cookies")-1)) != NU…
2832 Z_TYPE_P(cookies) == IS_ARRAY) {
[all …]
/PHP-8.0/
H A Dphp.ini-development205 ; (excluding headers and cookies) PHP should keep internally before pushing that
210 ; You may be able to send headers and cookies after you've already sent output
1360 ; Whether to use cookies.
1361 ; http://php.net/session.use-cookies
1371 ; http://php.net/session.use-only-cookies
1402 ; https://tools.ietf.org/html/draft-west-first-party-cookies-07
H A Dphp.ini-production205 ; (excluding headers and cookies) PHP should keep internally before pushing that
210 ; You may be able to send headers and cookies after you've already sent output
1362 ; Whether to use cookies.
1363 ; http://php.net/session.use-cookies
1373 ; http://php.net/session.use-only-cookies
1404 ; https://tools.ietf.org/html/draft-west-first-party-cookies-07

Completed in 46 milliseconds