/PHP-7.3/ext/session/tests/ |
H A D | session_get_cookie_params_variation1.phpt | 51 ["secure"]=> 65 ["secure"]=> 79 ["secure"]=> 93 ["secure"]=> 107 ["secure"]=> 121 ["secure"]=> 135 ["secure"]=>
|
H A D | session_get_cookie_params_basic.phpt | 34 "secure" => FALSE, 51 ["secure"]=> 66 ["secure"]=> 81 ["secure"]=> 96 ["secure"]=>
|
H A D | session_set_cookie_params_basic.phpt | 11 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
|
H A D | save_handler.inc | 18 * Coolision detection is absolute requirement for secure session. 129 /* Create new secure session ID */ 134 // PHP 7.1 has session_create_id() for secure session ID generation. Older PHPs 135 // must generate secure session ID by yourself.
|
H A D | session_set_cookie_params_variation1.phpt | 13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
|
H A D | session_set_cookie_params_variation2.phpt | 13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
|
H A D | session_set_cookie_params_variation5.phpt | 13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
|
H A D | session_set_cookie_params_variation3.phpt | 13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
|
H A D | session_set_cookie_params_variation4.phpt | 13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
|
H A D | session_set_cookie_params_variation7.phpt | 31 var_dump(session_set_cookie_params(["secure" => true, "samesite" => "please"]));
|
H A D | session_set_cookie_params_error.phpt | 11 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
|
/PHP-7.3/ext/standard/ |
H A D | head.c | 83 …ring *value, time_t expires, zend_string *path, zend_string *domain, int secure, int httponly, zen… in php_setcookie() argument 174 if (secure) { in php_setcookie() 210 *secure = zval_is_true(value); in php_head_parse_cookie_options_array() 240 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local 249 Z_PARAM_BOOL(secure) in PHP_FUNCTION() 259 …php_head_parse_cookie_options_array(expires_or_options, &expires, &path, &domain, &secure, &httpon… 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 302 Z_PARAM_BOOL(secure) in PHP_FUNCTION() 312 …php_head_parse_cookie_options_array(expires_or_options, &expires, &path, &domain, &secure, &httpon… in PHP_FUNCTION() [all …]
|
H A D | head.h | 40 …ring *value, time_t expires, zend_string *path, zend_string *domain, int secure, int httponly, zen…
|
H A D | basic_functions.c | 1437 ZEND_ARG_INFO(0, secure) 1447 ZEND_ARG_INFO(0, secure)
|
/PHP-7.3/ext/standard/tests/network/ |
H A D | setcookie.phpt | 21 …lue', ['expires' => $tsn, 'path' => '/path/', 'domain' => 'domain.tld', 'secure' => true, 'httponl… 34 'Set-Cookie: name=value; secure', 37 …D, d-M-Y H:i:s', $tsn).' GMT; Max-Age=0; path=/path/; domain=domain.tld; secure; HttpOnly; SameSit…
|
H A D | bug69948.phpt | 7 setcookie('foo', 'bar', 0, '/', 'foobar; secure')
|
/PHP-7.3/ext/sodium/ |
H A D | README.md | 11 a guide to using the libsodium PHP extension for modern, secure, and
|
/PHP-7.3/ext/date/tests/ |
H A D | bug52480.phpt | 12 // https://secure.php.net/manual/en/class.dateinterval.php
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | crypt.phpt | 32 …st use a randomly generated salt and a strong hash function to produce a secure hash. in %s on lin…
|
/PHP-7.3/ |
H A D | README.md | 7 [![Build Status](https://secure.travis-ci.org/php/php-src.svg?branch=master)](http://travis-ci.org/…
|
H A D | UPGRADING.INTERNALS | 181 zend_string *path, zend_string *domain, int secure,
|
H A D | UPGRADING | 374 "lifetime", "path", "domain", "secure", "httponly" and "samesite". 386 "expires", "path", "domain", "secure", "httponly" and "samesite".
|
H A D | php.ini-development | 84 ; application users can inadvertently leak otherwise secure information. 1380 ; http://php.net/session.cookie-secure
|
/PHP-7.3/ext/ldap/tests/ |
H A D | README | 66 CAVEAT: The current setup does not (yet) test secure connections.
|
/PHP-7.3/ext/session/ |
H A D | session.c | 1674 zend_bool secure = 0, secure_null = 1; in PHP_FUNCTION() local 1689 Z_PARAM_BOOL_EX(secure, secure_null, 1, 0) in PHP_FUNCTION() 1729 secure = zval_is_true(value); in PHP_FUNCTION() 1788 …result = zend_alter_ini_entry_chars(ini_name, secure ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE_R… in PHP_FUNCTION() 2717 ZEND_ARG_INFO(0, secure)
|