Home
last modified time | relevance | path

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

12

/PHP-7.3/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_variation5.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_variation7.phpt31 var_dump(session_set_cookie_params(["secure" => true, "samesite" => "please"]));
H A Dsession_set_cookie_params_error.phpt11 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
/PHP-7.3/ext/standard/
H A Dhead.c83 …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 Dhead.h40 …ring *value, time_t expires, zend_string *path, zend_string *domain, int secure, int httponly, zen…
H A Dbasic_functions.c1437 ZEND_ARG_INFO(0, secure)
1447 ZEND_ARG_INFO(0, secure)
/PHP-7.3/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.3/ext/sodium/
H A DREADME.md11 a guide to using the libsodium PHP extension for modern, secure, and
/PHP-7.3/ext/date/tests/
H A Dbug52480.phpt12 // https://secure.php.net/manual/en/class.dateinterval.php
/PHP-7.3/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.3/
H A DREADME.md7 [![Build Status](https://secure.travis-ci.org/php/php-src.svg?branch=master)](http://travis-ci.org/…
H A DUPGRADING.INTERNALS181 zend_string *path, zend_string *domain, int secure,
H A DUPGRADING374 "lifetime", "path", "domain", "secure", "httponly" and "samesite".
386 "expires", "path", "domain", "secure", "httponly" and "samesite".
H A Dphp.ini-development84 ; application users can inadvertently leak otherwise secure information.
1380 ; http://php.net/session.cookie-secure
/PHP-7.3/ext/ldap/tests/
H A DREADME66 CAVEAT: The current setup does not (yet) test secure connections.
/PHP-7.3/ext/session/
H A Dsession.c1674 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)

Completed in 62 milliseconds

12