/PHP-7.1/ext/session/tests/ |
H A D | session_get_cookie_params_variation1.phpt | 50 ["httponly"]=> 62 ["httponly"]=> 74 ["httponly"]=> 86 ["httponly"]=> 98 ["httponly"]=> 110 ["httponly"]=>
|
H A D | session_get_cookie_params_basic.phpt | 44 ["httponly"]=> 57 ["httponly"]=> 70 ["httponly"]=>
|
H A D | session_set_cookie_params_basic.phpt | 11 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
|
H A D | session_set_cookie_params_variation1.phpt | 13 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
|
H A D | session_set_cookie_params_variation2.phpt | 13 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
|
H A D | session_set_cookie_params_variation4.phpt | 13 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
|
H A D | session_set_cookie_params_variation3.phpt | 13 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
|
H A D | session_set_cookie_params_variation5.phpt | 13 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
|
H A D | session_set_cookie_params_error.phpt | 11 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
|
/PHP-7.1/ext/standard/ |
H A D | head.c | 80 …, 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 D | head.h | 41 … time_t expires, zend_string *path, zend_string *domain, int secure, int url_encode, int httponly);
|
H A D | basic_functions.c | 1431 ZEND_ARG_INFO(0, httponly) 1441 ZEND_ARG_INFO(0, httponly)
|
/PHP-7.1/ext/session/ |
H A D | session.c | 1594 zend_bool secure = 0, httponly = 0; 1598 zend_parse_parameters(argc, "z|SSbb", &lifetime, &path, &domain, &secure, &httponly) == FAILURE) { 1626 …zend_alter_ini_entry_chars(ini_name, httponly ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); 2408 ZEND_ARG_INFO(0, httponly)
|
/PHP-7.1/ |
H A D | php.ini-development | 1418 ; http://php.net/session.cookie-httponly
|
H A D | php.ini-production | 1418 ; http://php.net/session.cookie-httponly
|