Home
last modified time | relevance | path

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

/PHP-8.3/ext/session/tests/
H A Dsession_get_cookie_params_variation1.phpt41 ["lifetime"]=>
55 ["lifetime"]=>
69 ["lifetime"]=>
83 ["lifetime"]=>
97 ["lifetime"]=>
111 ["lifetime"]=>
125 ["lifetime"]=>
H A Dsession_get_cookie_params_basic.phpt27 "lifetime" => 123,
41 ["lifetime"]=>
56 ["lifetime"]=>
71 ["lifetime"]=>
86 ["lifetime"]=>
H A Dsession_set_cookie_params_variation8.phpt2 Test session_set_cookie_params() function : negative and 0 lifetime
13 var_dump(session_set_cookie_params(["lifetime" => 0]));
17 var_dump(session_set_cookie_params(["lifetime" => -10]));
H A Dsession_set_cookie_params_variation7.phpt41 var_dump(session_set_cookie_params(["lifetime" => 42]));
/PHP-8.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-8.3/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_multiple.phpt42 function gc($lifetime): bool {
/PHP-8.3/ext/standard/tests/array/
H A Darray_shuffle_basic.phpt42 // key-> value association should be so close to zero it wont happen in the lifetime of the
/PHP-8.3/ext/session/
H A Dsession.c1686 zend_string *lifetime = NULL, *path = NULL, *domain = NULL, *samesite = NULL; in PHP_FUNCTION() local
1743 lifetime = zval_get_string(value); in PHP_FUNCTION()
1775 lifetime = zend_long_to_str(lifetime_long); in PHP_FUNCTION()
1783 if (lifetime) { in PHP_FUNCTION()
1785 result = zend_alter_ini_entry(ini_name, lifetime, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); in PHP_FUNCTION()
1841 if (lifetime) zend_string_release(lifetime); in PHP_FUNCTION()
/PHP-8.3/
H A DUPGRADING490 . The DOM lifetime mechanism has been reworked such that implicitly removed
H A Dphp.ini-production1418 ; https://php.net/session.cookie-lifetime
H A Dphp.ini-development1416 ; https://php.net/session.cookie-lifetime

Completed in 29 milliseconds