Home
last modified time | relevance | path

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

/php-src/ext/session/tests/
H A Dsession_get_cookie_params_variation1.phpt47 ["secure"]=>
61 ["secure"]=>
75 ["secure"]=>
89 ["secure"]=>
103 ["secure"]=>
117 ["secure"]=>
131 ["secure"]=>
H A Dsession_get_cookie_params_basic.phpt30 "secure" => FALSE,
47 ["secure"]=>
62 ["secure"]=>
77 ["secure"]=>
92 ["secure"]=>
H A Dsession_set_cookie_params_variation7.phpt36 var_dump(session_set_cookie_params(["secure" => true, "samesite" => "please"]));
/php-src/ext/standard/
H A Dhead.c81 zend_string *path, zend_string *domain, bool secure, bool httponly, in php_setcookie() argument
175 if (secure) { in php_setcookie()
195 zend_string **domain, bool *secure, bool *httponly, zend_string **samesite) in php_head_parse_cookie_options_array() argument
212 *secure = zval_is_true(value); in php_head_parse_cookie_options_array()
230 bool secure = 0, httponly = 0; in php_setcookie_common() local
239 Z_PARAM_BOOL(secure) in php_setcookie_common()
251 &domain, &secure, &httponly, &samesite) in php_setcookie_common()
257 …if (php_setcookie(name, value, expires, path, domain, secure, httponly, samesite, !is_raw) == SUCC… in php_setcookie_common()
H A Dhead.h32 zend_string *path, zend_string *domain, bool secure, bool httponly,
H A Dbasic_functions.stub.php2242 …t $expires_or_options = 0, string $path = "", string $domain = "", bool $secure = false, bool $htt…
2244 …t $expires_or_options = 0, string $path = "", string $domain = "", bool $secure = false, bool $htt…
H A Dbasic_functions_arginfo.h748 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, secure, _IS_BOOL, 0, "false")
/php-src/Zend/asm/
H A Dmake_ppc32_sysv_elf_gas.S126 # Use the secure PLT for _exit(0). If we use the insecure BSS PLT
128 # C++ compiler wanted the secure PLT.
130 # set R30 for secure PLT, large model
/php-src/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.phpt11 var_dump(setcookie('foo', 'bar', 0, '/', 'foobar; secure'));
/php-src/ext/sodium/
H A DREADME.md11 a guide to using the libsodium PHP extension for modern, secure, and
/php-src/ext/date/tests/
H A Dbug52480.phpt10 // https://secure.php.net/manual/en/class.dateinterval.php
/php-src/ext/session/tests/user_session_module/
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.
/php-src/ext/session/
H A Dsession.stub.php88 …ifetime_or_options, ?string $path = null, ?string $domain = null, ?bool $secure = null, ?bool $htt… argument
H A Dsession_arginfo.h84 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, secure, _IS_BOOL, 1, "null")
H A Dsession.c1769 bool secure = 0, secure_null = 1; in PHP_FUNCTION() local
1784 Z_PARAM_BOOL_OR_NULL(secure, secure_null) in PHP_FUNCTION()
1834 secure = zval_is_true(value); in PHP_FUNCTION()
1894 …result = zend_alter_ini_entry_chars(ini_name, secure ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE_R… in PHP_FUNCTION()
/php-src/ext/ldap/tests/
H A DREADME.md72 CAVEAT: The current setup does not (yet) test secure connections.
/php-src/
H A Dphp.ini-development84 ; application users can inadvertently leak otherwise secure information.
1307 ; https://php.net/session.cookie-secure
H A Dphp.ini-production84 ; application users can inadvertently leak otherwise secure information.
1309 ; https://php.net/session.cookie-secure
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます12519 >0 ubyte 0xd0 REAL/32 secure big partition
H A Dmagic12519 >0 ubyte 0xd0 REAL/32 secure big partition

Completed in 230 milliseconds