Home
last modified time | relevance | path

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

/php-src/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-src/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-src/ext/soap/tests/bugs/
H A Dbug76232.phpt41 echo "=== Request with two cookies ===\n";
59 === Request with two cookies ===
/php-src/ext/soap/
H A Dphp_http.c547 zval *cookies, *login, *password; in make_http_soap_request() local
847 cookies = Z_CLIENT_COOKIES_P(this_ptr); in make_http_soap_request()
848 ZEND_ASSERT(Z_TYPE_P(cookies) == IS_ARRAY); in make_http_soap_request()
849 if (zend_hash_num_elements(Z_ARRVAL_P(cookies)) != 0 && !HT_IS_PACKED(Z_ARRVAL_P(cookies))) { in make_http_soap_request()
855 ZEND_HASH_MAP_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(cookies), key, data) { in make_http_soap_request()
998 zval *cookies = Z_CLIENT_COOKIES_P(this_ptr); in make_http_soap_request() local
999 SEPARATE_ARRAY(cookies); in make_http_soap_request()
1054 zend_symtable_update(Z_ARRVAL_P(cookies), name.s, &zcookie); in make_http_soap_request()
H A Dsoap.c2808 zval *cookies = Z_CLIENT_COOKIES_P(ZEND_THIS); in PHP_METHOD() local
2809 SEPARATE_ARRAY(cookies); in PHP_METHOD()
2811 zend_hash_del(Z_ARRVAL_P(cookies), name); in PHP_METHOD()
2816 zend_hash_update(Z_ARRVAL_P(cookies), name, &zcookie); in PHP_METHOD()
/php-src/
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
1303 ; Whether to use cookies.
1304 ; https://php.net/session.use-cookies
1314 ; https://php.net/session.use-only-cookies
1345 ; 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
1305 ; Whether to use cookies.
1306 ; https://php.net/session.use-cookies
1316 ; https://php.net/session.use-only-cookies
1347 ; https://tools.ietf.org/html/draft-west-first-party-cookies-07

Completed in 46 milliseconds