Home
last modified time | relevance | path

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

/php-src/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-src/Zend/tests/closures/
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-src/ext/xsl/tests/
H A DXSLTProcessor_namespace_mapper_lifetime.phpt2 XSLTProcessor namespace mapper lifetime
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_multiple.phpt42 function gc($lifetime): bool {
/php-src/ext/standard/tests/array/sort/
H A Darray_shuffle_basic.phpt42 // key-> value association should be so close to zero it wont happen in the lifetime of the
/php-src/ext/session/
H A Dsession.c1785 zend_string *lifetime = NULL, *path = NULL, *domain = NULL, *samesite = NULL; in PHP_FUNCTION() local
1843 lifetime = zval_get_string(value); in PHP_FUNCTION()
1875 lifetime = zend_long_to_str(lifetime_long); in PHP_FUNCTION()
1883 if (lifetime) { in PHP_FUNCTION()
1885 result = zend_alter_ini_entry(ini_name, lifetime, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); in PHP_FUNCTION()
1941 if (lifetime) zend_string_release(lifetime); in PHP_FUNCTION()
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst222 own allocator. Usually, such values are alive for the entire lifetime of the process, instead of
/php-src/
H A Dphp.ini-development1326 ; https://php.net/session.cookie-lifetime
H A Dphp.ini-production1328 ; https://php.net/session.cookie-lifetime

Completed in 28 milliseconds