Home
last modified time | relevance | path

Searched refs:secure (Results 1 – 24 of 24) sorted by relevance

/PHP-7.4/ext/session/tests/
H A Dsession_get_cookie_params_variation1.phpt51 ["secure"]=>
65 ["secure"]=>
79 ["secure"]=>
93 ["secure"]=>
107 ["secure"]=>
121 ["secure"]=>
135 ["secure"]=>
H A Dsession_get_cookie_params_basic.phpt34 "secure" => FALSE,
51 ["secure"]=>
66 ["secure"]=>
81 ["secure"]=>
96 ["secure"]=>
H A Dsession_set_cookie_params_basic.phpt11 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
H A Dsave_handler.inc18 * 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 Dsession_set_cookie_params_variation1.phpt13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
H A Dsession_set_cookie_params_variation2.phpt13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
H A Dsession_set_cookie_params_variation3.phpt13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
H A Dsession_set_cookie_params_variation4.phpt13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
H A Dsession_set_cookie_params_variation5.phpt13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
H A Dsession_set_cookie_params_variation7.phpt31 var_dump(session_set_cookie_params(["secure" => true, "samesite" => "please"]));
/PHP-7.4/ext/standard/
H A Dhead.c79 …ring *value, time_t expires, zend_string *path, zend_string *domain, int secure, int httponly, zen… in php_setcookie() argument
170 if (secure) { in php_setcookie()
206 *secure = zval_is_true(value); in php_head_parse_cookie_options_array()
236 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local
245 Z_PARAM_BOOL(secure) in PHP_FUNCTION()
255 …php_head_parse_cookie_options_array(expires_or_options, &expires, &path, &domain, &secure, &httpon… 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
300 Z_PARAM_BOOL(secure) in PHP_FUNCTION()
310 …php_head_parse_cookie_options_array(expires_or_options, &expires, &path, &domain, &secure, &httpon… in PHP_FUNCTION()
[all …]
H A Dhead.h40 …ring *value, time_t expires, zend_string *path, zend_string *domain, int secure, int httponly, zen…
H A Dbasic_functions.c1424 ZEND_ARG_INFO(0, secure)
1434 ZEND_ARG_INFO(0, secure)
/PHP-7.4/ext/standard/tests/network/
H A Dsetcookie.phpt21 …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 Dbug69948.phpt7 setcookie('foo', 'bar', 0, '/', 'foobar; secure')
/PHP-7.4/ext/sodium/
H A DREADME.md11 a guide to using the libsodium PHP extension for modern, secure, and
/PHP-7.4/ext/date/tests/
H A Dbug52480.phpt12 // https://secure.php.net/manual/en/class.dateinterval.php
/PHP-7.4/ext/standard/tests/strings/
H A Dcrypt.phpt32 …st use a randomly generated salt and a strong hash function to produce a secure hash. in %s on lin…
/PHP-7.4/ext/ldap/tests/
H A DREADME.md72 CAVEAT: The current setup does not (yet) test secure connections.
/PHP-7.4/ext/session/
H A Dsession.c1676 zend_bool secure = 0, secure_null = 1; in PHP_FUNCTION() local
1691 Z_PARAM_BOOL_EX(secure, secure_null, 1, 0) in PHP_FUNCTION()
1731 secure = zval_is_true(value); in PHP_FUNCTION()
1791 …result = zend_alter_ini_entry_chars(ini_name, secure ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE_R… in PHP_FUNCTION()
2730 ZEND_ARG_INFO(0, secure)
/PHP-7.4/
H A Dphp.ini-development84 ; application users can inadvertently leak otherwise secure information.
1357 ; http://php.net/session.cookie-secure
H A Dphp.ini-production84 ; application users can inadvertently leak otherwise secure information.
1357 ; http://php.net/session.cookie-secure
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます10137 >0 ubyte 0xd0 REAL/32 secure big partition
H A Dmagic10137 >0 ubyte 0xd0 REAL/32 secure big partition

Completed in 146 milliseconds