Home
last modified time | relevance | path

Searched refs:limiter (Results 1 – 10 of 10) sorted by relevance

/PHP-7.0/ext/session/tests/
H A Dsession_cache_limiter_variation1.phpt14 * Description : Get and/or set the current cache limiter
H A Dsession_cache_limiter_variation2.phpt12 * Description : Get and/or set the current cache limiter
H A Dsession_cache_limiter_variation3.phpt12 * Description : Get and/or set the current cache limiter
H A Dsession_cache_limiter_basic.phpt12 * Description : Get and/or set the current cache limiter
H A Dsession_cache_limiter_error.phpt12 * Description : Get and/or set the current cache limiter
/PHP-7.0/Zend/tests/
H A Dunset_cv05.phpt25 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started …
/PHP-7.0/ext/gmp/
H A Dgmp.c104 ZEND_ARG_INFO(0, limiter)
1768 zend_long limiter = 20; in ZEND_FUNCTION() local
1771 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l", &limiter) == FAILURE) { in ZEND_FUNCTION()
1779 mpz_urandomb(gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * GMP_LIMB_BITS); in ZEND_FUNCTION()
1781 mpz_urandomb(gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * __GMP_BITS_PER_MP_LIMB); in ZEND_FUNCTION()
/PHP-7.0/ext/session/
H A Dsession.c2216 zend_string *limiter = NULL;
2219 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|S", &limiter) == FAILURE) {
2225 if (limiter) {
2227 zend_alter_ini_entry(ini_name, limiter, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
/PHP-7.0/
H A Dphp.ini-development1452 ; http://php.net/session.cache-limiter
H A Dphp.ini-production1452 ; http://php.net/session.cache-limiter

Completed in 60 milliseconds