Home
last modified time | relevance | path

Searched refs:lifetime (Results 1 – 17 of 17) sorted by relevance

/PHP-7.3/ext/session/tests/
H A Dsession_get_cookie_params_variation1.phpt45 ["lifetime"]=>
59 ["lifetime"]=>
73 ["lifetime"]=>
87 ["lifetime"]=>
101 ["lifetime"]=>
115 ["lifetime"]=>
129 ["lifetime"]=>
H A Dsession_get_cookie_params_basic.phpt31 "lifetime" => 123,
45 ["lifetime"]=>
60 ["lifetime"]=>
75 ["lifetime"]=>
90 ["lifetime"]=>
H A Dsession_set_cookie_params_basic.phpt11 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
H A Dsession_set_cookie_params_variation1.phpt13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
H A Dsession_set_cookie_params_variation2.phpt13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
H A Dsession_set_cookie_params_variation5.phpt13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
H A Dsession_set_cookie_params_variation3.phpt13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
H A Dsession_set_cookie_params_variation4.phpt13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
H A Dsession_set_cookie_params_variation7.phpt36 var_dump(session_set_cookie_params(["lifetime" => 42]));
H A Dsession_set_cookie_params_error.phpt11 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
/PHP-7.3/Zend/tests/
H A Dclosure_004.phpt2 Closure 004: Lambda with lexical variables (scope lifetime)
H A Dclosure_005.phpt2 Closure 005: Lambda inside class, lifetime of $this
/PHP-7.3/ext/standard/tests/array/
H A Darray_shuffle_basic.phpt43 // key-> value association should be so close to zero it wont happen in the lifetime of the
/PHP-7.3/ext/session/
H A Dsession.c1673 zend_string *lifetime = NULL, *path = NULL, *domain = NULL, *samesite = NULL; in PHP_FUNCTION() local
1720 lifetime = zval_get_string(value); in PHP_FUNCTION()
1752 lifetime = zval_get_string(lifetime_or_options); in PHP_FUNCTION()
1755 if (lifetime) { in PHP_FUNCTION()
1757 result = zend_alter_ini_entry(ini_name, lifetime, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); in PHP_FUNCTION()
1758 zend_string_release(lifetime); in PHP_FUNCTION()
/PHP-7.3/
H A DUPGRADING374 "lifetime", "path", "domain", "secure", "httponly" and "samesite".
H A Dphp.ini-development1399 ; http://php.net/session.cookie-lifetime
H A Dphp.ini-production1401 ; http://php.net/session.cookie-lifetime

Completed in 80 milliseconds