Home
last modified time | relevance | path

Searched refs:httponly (Results 1 – 18 of 18) sorted by relevance

/PHP-7.3/ext/session/tests/
H A Dsession_get_cookie_params_variation1.phpt53 ["httponly"]=>
67 ["httponly"]=>
81 ["httponly"]=>
95 ["httponly"]=>
109 ["httponly"]=>
123 ["httponly"]=>
137 ["httponly"]=>
H A Dsession_get_cookie_params_basic.phpt35 "httponly" => FALSE,
53 ["httponly"]=>
68 ["httponly"]=>
83 ["httponly"]=>
98 ["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_variation5.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_error.phpt11 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
/PHP-7.3/ext/standard/
H A Dhead.c83 …time_t expires, zend_string *path, zend_string *domain, int secure, int httponly, zend_string *sam… in php_setcookie() argument
177 if (httponly) { in php_setcookie()
213 *httponly = zval_is_true(value); in php_head_parse_cookie_options_array()
240 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local
250 Z_PARAM_BOOL(httponly) in PHP_FUNCTION()
259 …_cookie_options_array(expires_or_options, &expires, &path, &domain, &secure, &httponly, &samesite); in PHP_FUNCTION()
265 if (php_setcookie(name, value, expires, path, domain, secure, httponly, samesite, 1) == SUCCESS) { in PHP_FUNCTION()
293 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local
303 Z_PARAM_BOOL(httponly) in PHP_FUNCTION()
312 …_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…
H A Dbasic_functions.c1438 ZEND_ARG_INFO(0, httponly)
1448 ZEND_ARG_INFO(0, httponly)
/PHP-7.3/ext/standard/tests/network/
H A Dsetcookie.phpt21 … $tsn, 'path' => '/path/', 'domain' => 'domain.tld', 'secure' => true, 'httponly' => true, 'samesi…
/PHP-7.3/ext/session/
H A Dsession.c1675 zend_bool httponly = 0, httponly_null = 1; in PHP_FUNCTION() local
1690 Z_PARAM_BOOL_EX(httponly, httponly_null, 1, 0) in PHP_FUNCTION()
1733 httponly = zval_is_true(value); in PHP_FUNCTION()
1796 …result = zend_alter_ini_entry_chars(ini_name, httponly ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE… in PHP_FUNCTION()
2718 ZEND_ARG_INFO(0, httponly)
/PHP-7.3/
H A DUPGRADING.INTERNALS182 int httponly, zend_string *samesite, int url_encode);
H A DUPGRADING374 "lifetime", "path", "domain", "secure", "httponly" and "samesite".
386 "expires", "path", "domain", "secure", "httponly" and "samesite".
H A Dphp.ini-development1412 ; http://php.net/session.cookie-httponly
H A Dphp.ini-production1414 ; http://php.net/session.cookie-httponly

Completed in 50 milliseconds