Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/Zend/tests/
H A Dunset_cv05.phpt25 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started …
/PHP-5.6/ext/gmp/
H A Dgmp.c104 ZEND_ARG_INFO(0, limiter)
1797 long limiter = 20; local
1800 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &limiter) == FAILURE) {
1808 mpz_urandomb(gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * GMP_LIMB_BITS);
1810 mpz_urandomb(gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * __GMP_BITS_PER_MP_LIMB);
/PHP-5.6/ext/session/
H A Dsession.c2021 char *limiter = NULL;
2024 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &limiter, &limiter_len) == FAILURE) {
2030 if (limiter) {
2031 …zend_alter_ini_entry("session.cache_limiter", sizeof("session.cache_limiter"), limiter, limiter_le…
/PHP-5.6/
H A Dphp.ini-development1557 ; http://php.net/session.cache-limiter
H A Dphp.ini-production1557 ; http://php.net/session.cache-limiter
H A DNEWS11143 - Fixed bug #32937 (open_basedir looses trailing / in the limiter).

Completed in 102 milliseconds