Home
last modified time | relevance | path

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

/PHP-7.2/ext/session/tests/
H A Dsession_get_cookie_params_variation1.phpt42 ["lifetime"]=>
54 ["lifetime"]=>
66 ["lifetime"]=>
78 ["lifetime"]=>
90 ["lifetime"]=>
102 ["lifetime"]=>
H A Dsession_get_cookie_params_basic.phpt36 ["lifetime"]=>
49 ["lifetime"]=>
62 ["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_error.phpt11 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
/PHP-7.2/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.2/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.2/ext/session/
H A Dsession.c1666 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 Dphp.ini-development1397 ; http://php.net/session.cookie-lifetime
H A Dphp.ini-production1399 ; http://php.net/session.cookie-lifetime

Completed in 38 milliseconds