Home
last modified time | relevance | path

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

/PHP-8.3/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.3/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.3/ext/soap/tests/bugs/
H A Dbug76232.phpt41 echo "=== Request with two cookies ===\n";
59 === Request with two cookies ===
/PHP-8.3/ext/soap/
H A Dphp_http.c550 zval *cookies, *login, *password; in make_http_soap_request() local
844 cookies = Z_CLIENT_COOKIES_P(this_ptr); in make_http_soap_request()
845 ZEND_ASSERT(Z_TYPE_P(cookies) == IS_ARRAY); in make_http_soap_request()
846 if (zend_hash_num_elements(Z_ARRVAL_P(cookies)) != 0 && !HT_IS_PACKED(Z_ARRVAL_P(cookies))) { in make_http_soap_request()
852 ZEND_HASH_MAP_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(cookies), key, data) { in make_http_soap_request()
982 zval *cookies = Z_CLIENT_COOKIES_P(this_ptr); in make_http_soap_request() local
983 SEPARATE_ARRAY(cookies); in make_http_soap_request()
1038 zend_symtable_update(Z_ARRVAL_P(cookies), name.s, &zcookie); in make_http_soap_request()
H A Dsoap.c2654 zval *cookies = Z_CLIENT_COOKIES_P(ZEND_THIS); local
2655 SEPARATE_ARRAY(cookies);
2657 zend_hash_del(Z_ARRVAL_P(cookies), name);
2662 zend_hash_update(Z_ARRVAL_P(cookies), name, &zcookie);
/PHP-8.3/
H A Dphp.ini-production215 ; (excluding headers and cookies) PHP should keep internally before pushing that
220 ; You may be able to send headers and cookies after you've already sent output
1395 ; Whether to use cookies.
1396 ; https://php.net/session.use-cookies
1406 ; https://php.net/session.use-only-cookies
1437 ; https://tools.ietf.org/html/draft-west-first-party-cookies-07
H A Dphp.ini-development215 ; (excluding headers and cookies) PHP should keep internally before pushing that
220 ; You may be able to send headers and cookies after you've already sent output
1393 ; Whether to use cookies.
1394 ; https://php.net/session.use-cookies
1404 ; https://php.net/session.use-only-cookies
1435 ; https://tools.ietf.org/html/draft-west-first-party-cookies-07

Completed in 33 milliseconds