Searched refs:lifetime (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/session/tests/ |
H A D | session_get_cookie_params_variation1.phpt | 41 ["lifetime"]=> 55 ["lifetime"]=> 69 ["lifetime"]=> 83 ["lifetime"]=> 97 ["lifetime"]=> 111 ["lifetime"]=> 125 ["lifetime"]=>
|
H A D | session_get_cookie_params_basic.phpt | 27 "lifetime" => 123, 41 ["lifetime"]=> 56 ["lifetime"]=> 71 ["lifetime"]=> 86 ["lifetime"]=>
|
H A D | session_set_cookie_params_variation8.phpt | 2 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 D | session_set_cookie_params_variation7.phpt | 41 var_dump(session_set_cookie_params(["lifetime" => 42]));
|
/php-src/Zend/tests/closures/ |
H A D | closure_004.phpt | 2 Closure 004: Lambda with lexical variables (scope lifetime)
|
H A D | closure_005.phpt | 2 Closure 005: Lambda inside class, lifetime of $this
|
/php-src/ext/xsl/tests/ |
H A D | XSLTProcessor_namespace_mapper_lifetime.phpt | 2 XSLTProcessor namespace mapper lifetime
|
/php-src/ext/session/tests/user_session_module/ |
H A D | session_set_save_handler_multiple.phpt | 42 function gc($lifetime): bool {
|
/php-src/ext/standard/tests/array/sort/ |
H A D | array_shuffle_basic.phpt | 42 // key-> value association should be so close to zero it wont happen in the lifetime of the
|
/php-src/ext/session/ |
H A D | session.c | 1785 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 D | reference-counting.rst | 222 own allocator. Usually, such values are alive for the entire lifetime of the process, instead of
|
/php-src/ |
H A D | php.ini-development | 1326 ; https://php.net/session.cookie-lifetime
|
H A D | php.ini-production | 1328 ; https://php.net/session.cookie-lifetime
|
Completed in 28 milliseconds