Searched refs:lifetime (Results 1 – 15 of 15) sorted by relevance
/PHP-7.2/ext/session/tests/ |
H A D | session_get_cookie_params_variation1.phpt | 42 ["lifetime"]=> 54 ["lifetime"]=> 66 ["lifetime"]=> 78 ["lifetime"]=> 90 ["lifetime"]=> 102 ["lifetime"]=>
|
H A D | session_get_cookie_params_basic.phpt | 36 ["lifetime"]=> 49 ["lifetime"]=> 62 ["lifetime"]=>
|
H A D | session_set_cookie_params_basic.phpt | 11 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
|
H A D | session_set_cookie_params_variation1.phpt | 13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
|
H A D | session_set_cookie_params_variation2.phpt | 13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
|
H A D | session_set_cookie_params_variation3.phpt | 13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
|
H A D | session_set_cookie_params_variation4.phpt | 13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
|
H A D | session_set_cookie_params_variation5.phpt | 13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
|
H A D | session_set_cookie_params_error.phpt | 11 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
|
/PHP-7.2/Zend/tests/ |
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-7.2/ext/standard/tests/array/ |
H A D | array_shuffle_basic.phpt | 43 // key-> value association should be so close to zero it wont happen in the lifetime of the
|
/PHP-7.2/ext/session/ |
H A D | session.c | 1666 zval *lifetime; in PHP_FUNCTION() local 1673 zend_parse_parameters(argc, "z|SSbb", &lifetime, &path, &domain, &secure, &httponly) == FAILURE) { in PHP_FUNCTION() 1688 convert_to_string_ex(lifetime); in PHP_FUNCTION() 1691 …if (zend_alter_ini_entry(ini_name, Z_STR_P(lifetime), PHP_INI_USER, PHP_INI_STAGE_RUNTIME) == FAI… in PHP_FUNCTION() 2624 ZEND_ARG_INFO(0, lifetime)
|
/PHP-7.2/ |
H A D | php.ini-development | 1397 ; http://php.net/session.cookie-lifetime
|
H A D | php.ini-production | 1399 ; http://php.net/session.cookie-lifetime
|
Completed in 38 milliseconds