Home
last modified time | relevance | path

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

/PHP-7.2/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.2/ext/standard/tests/misc/
H A Dget_browser_variation1.phpt62 ["cookies"]=>
142 ["cookies"]=>
204 ["cookies"]=>
276 ["cookies"]=>
348 ["cookies"]=>
414 ["cookies"]=>
496 ["cookies"]=>
572 ["cookies"]=>
642 ["cookies"]=>
706 ["cookies"]=>
[all …]
H A Dget_browser_basic.phpt63 ["cookies"]=>
133 ["cookies"]=>
205 ["cookies"]=>
277 ["cookies"]=>
345 ["cookies"]=>
421 ["cookies"]=>
493 ["cookies"]=>
565 ["cookies"]=>
637 ["cookies"]=>
709 ["cookies"]=>
[all …]
H A Dbug69983.phpt30 [cookies] =>
H A Dget_browser_variation2.phpt48 ["cookies"]=>
H A Dget_browser_error.phpt74 ["cookies"]=>
/PHP-7.2/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.2/ext/soap/
H A Dphp_http.c538 zval *cookies, *login, *password; in make_http_soap_request() local
833 …if ((cookies = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies")-1)) != NUL… in make_http_soap_request()
834 Z_TYPE_P(cookies) == IS_ARRAY) { in make_http_soap_request()
840 n = zend_hash_num_elements(Z_ARRVAL_P(cookies)); in make_http_soap_request()
842 zend_hash_internal_pointer_reset(Z_ARRVAL_P(cookies)); in make_http_soap_request()
846 int res = zend_hash_get_current_key(Z_ARRVAL_P(cookies), &key, &numindx); in make_http_soap_request()
847 data = zend_hash_get_current_data(Z_ARRVAL_P(cookies)); in make_http_soap_request()
869 zend_hash_move_forward(Z_ARRVAL_P(cookies)); in make_http_soap_request()
976 zval *cookies; in make_http_soap_request() local
979 Z_TYPE_P(cookies) != IS_ARRAY) { in make_http_soap_request()
[all …]
H A Dsoap.c3102 zval *cookies; local
3110 …if ((cookies = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies")-1)) != NUL…
3111 Z_TYPE_P(cookies) == IS_ARRAY) {
3112 zend_hash_str_del(Z_ARRVAL_P(cookies), name, name_len);
3117 …if ((cookies = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies")-1)) == NUL…
3118 Z_TYPE_P(cookies) != IS_ARRAY) {
3127 add_assoc_zval_ex(cookies, name, name_len, &zcookie);
3136 zval *cookies; local
3143 …if ((cookies = zend_hash_str_find(Z_OBJPROP_P(getThis()), "_cookies", sizeof("_cookies")-1)) != NU…
3144 Z_TYPE_P(cookies) == IS_ARRAY) {
[all …]
/PHP-7.2/
H A DREADME.TESTING2120 in an HTTP request, such as content type for multipart posts, cookies, etc.
H A Dphp.ini-development199 ; (excluding headers and cookies) PHP should keep internally before pushing that
204 ; You may be able to send headers and cookies after you've already sent output
1374 ; Whether to use cookies.
1375 ; http://php.net/session.use-cookies
1385 ; http://php.net/session.use-only-cookies
H A Dphp.ini-production199 ; (excluding headers and cookies) PHP should keep internally before pushing that
204 ; You may be able to send headers and cookies after you've already sent output
1376 ; Whether to use cookies.
1377 ; http://php.net/session.use-cookies
1387 ; http://php.net/session.use-only-cookies
H A DNEWS10 cookies can be sent). (CVE-2020-7070) (Stas)

Completed in 54 milliseconds