Home
last modified time | relevance | path

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

/PHP-7.0/ext/session/tests/
H A Dsession_get_cookie_params_variation1.phpt50 ["httponly"]=>
62 ["httponly"]=>
74 ["httponly"]=>
86 ["httponly"]=>
98 ["httponly"]=>
110 ["httponly"]=>
H A Dsession_get_cookie_params_basic.phpt44 ["httponly"]=>
57 ["httponly"]=>
70 ["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_variation4.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_variation5.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.0/ext/standard/
H A Dhead.c80 …, time_t expires, zend_string *path, zend_string *domain, int secure, int url_encode, int httponly) in php_setcookie() argument
178 if (httponly) { in php_setcookie()
198 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local
201 &name, &value, &expires, &path, &domain, &secure, &httponly) == FAILURE) { in PHP_FUNCTION()
205 if (php_setcookie(name, value, expires, path, domain, secure, 1, httponly) == SUCCESS) { in PHP_FUNCTION()
219 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local
222 &name, &value, &expires, &path, &domain, &secure, &httponly) == FAILURE) { in PHP_FUNCTION()
226 if (php_setcookie(name, value, expires, path, domain, secure, 0, httponly) == SUCCESS) { in PHP_FUNCTION()
H A Dhead.h41 … time_t expires, zend_string *path, zend_string *domain, int secure, int url_encode, int httponly);
H A Dbasic_functions.c1430 ZEND_ARG_INFO(0, httponly)
1440 ZEND_ARG_INFO(0, httponly)
/PHP-7.0/ext/session/
H A Dsession.c1747 zend_bool secure = 0, httponly = 0;
1751 zend_parse_parameters(argc, "z|SSbb", &lifetime, &path, &domain, &secure, &httponly) == FAILURE) {
1779 …zend_alter_ini_entry_chars(ini_name, httponly ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
2522 ZEND_ARG_INFO(0, httponly)
/PHP-7.0/
H A Dphp.ini-development1385 ; http://php.net/session.cookie-httponly
H A Dphp.ini-production1385 ; http://php.net/session.cookie-httponly

Completed in 55 milliseconds