Home
last modified time | relevance | path

Searched refs:httponly (Results 1 – 15 of 15) sorted by last modified time

/PHP-7.4/ext/session/
H A Dsession.c1677 zend_bool httponly = 0, httponly_null = 1; in PHP_FUNCTION() local
1692 Z_PARAM_BOOL_EX(httponly, httponly_null, 1, 0) in PHP_FUNCTION()
1735 httponly = zval_is_true(value); in PHP_FUNCTION()
1800 …result = zend_alter_ini_entry_chars(ini_name, httponly ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE… in PHP_FUNCTION()
2731 ZEND_ARG_INFO(0, httponly)
/PHP-7.4/
H A Dphp.ini-development1389 ; http://php.net/session.cookie-httponly
H A Dphp.ini-production1389 ; http://php.net/session.cookie-httponly
/PHP-7.4/ext/standard/
H A Dbasic_functions.c1425 ZEND_ARG_INFO(0, httponly)
1435 ZEND_ARG_INFO(0, httponly)
H A Dhead.c79 …time_t expires, zend_string *path, zend_string *domain, int secure, int httponly, zend_string *sam… in php_setcookie() argument
173 if (httponly) { in php_setcookie()
209 *httponly = zval_is_true(value); in php_head_parse_cookie_options_array()
236 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local
246 Z_PARAM_BOOL(httponly) in PHP_FUNCTION()
255 …_cookie_options_array(expires_or_options, &expires, &path, &domain, &secure, &httponly, &samesite); in PHP_FUNCTION()
262 if (php_setcookie(name, value, expires, path, domain, secure, httponly, samesite, 1) == SUCCESS) { in PHP_FUNCTION()
291 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local
301 Z_PARAM_BOOL(httponly) in PHP_FUNCTION()
310 …_cookie_options_array(expires_or_options, &expires, &path, &domain, &secure, &httponly, &samesite); in PHP_FUNCTION()
[all …]
H A Dhead.h40 …time_t expires, zend_string *path, zend_string *domain, int secure, int httponly, zend_string *sam…
/PHP-7.4/ext/standard/tests/network/
H A Dsetcookie.phpt21 … $tsn, 'path' => '/path/', 'domain' => 'domain.tld', 'secure' => true, 'httponly' => true, 'samesi…
/PHP-7.4/ext/session/tests/
H A Dsession_get_cookie_params_basic.phpt35 "httponly" => FALSE,
53 ["httponly"]=>
68 ["httponly"]=>
83 ["httponly"]=>
98 ["httponly"]=>
H A Dsession_get_cookie_params_variation1.phpt53 ["httponly"]=>
67 ["httponly"]=>
81 ["httponly"]=>
95 ["httponly"]=>
109 ["httponly"]=>
123 ["httponly"]=>
137 ["httponly"]=>
H A Dsession_set_cookie_params_basic.phpt11 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
H A Dsession_set_cookie_params_variation1.phpt13 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
H A Dsession_set_cookie_params_variation2.phpt13 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
H A Dsession_set_cookie_params_variation3.phpt13 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
H A Dsession_set_cookie_params_variation4.phpt13 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
H A Dsession_set_cookie_params_variation5.phpt13 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])

Completed in 52 milliseconds