Home
last modified time | relevance | path

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

/PHP-7.4/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_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_variation5.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]));
/PHP-7.4/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.4/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.4/ext/session/
H A Dsession.c1675 zend_string *lifetime = NULL, *path = NULL, *domain = NULL, *samesite = NULL; in PHP_FUNCTION() local
1722 lifetime = zval_get_string(value); in PHP_FUNCTION()
1754 lifetime = zval_get_string(lifetime_or_options); in PHP_FUNCTION()
1762 if (lifetime) { in PHP_FUNCTION()
1764 result = zend_alter_ini_entry(ini_name, lifetime, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); in PHP_FUNCTION()
1820 if (lifetime) zend_string_release(lifetime); in PHP_FUNCTION()
/PHP-7.4/
H A Dphp.ini-development1376 ; http://php.net/session.cookie-lifetime
H A Dphp.ini-production1376 ; http://php.net/session.cookie-lifetime

Completed in 70 milliseconds