Home
last modified time | relevance | path

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

/PHP-5.3/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.3/Zend/tests/
H A Dunset_cv05.phpt27 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started …
/PHP-5.3/ext/gmp/
H A Dgmp.c173 ZEND_ARG_INFO(0, limiter)
1366 long limiter = 20; local
1369 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &limiter) == FAILURE) {
1385 mpz_urandomb(*gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * GMP_LIMB_BITS);
1387 mpz_urandomb(*gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * __GMP_BITS_PER_MP_LIMB);
/PHP-5.3/ext/session/
H A Dsession.c1774 char *limiter = NULL;
1777 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &limiter, &limiter_len) == FAILURE) {
1783 if (limiter) {
1784 …zend_alter_ini_entry("session.cache_limiter", sizeof("session.cache_limiter"), limiter, limiter_le…
/PHP-5.3/
H A Dphp.ini-development1617 ; http://php.net/session.cache-limiter
H A Dphp.ini-production1617 ; http://php.net/session.cache-limiter
H A DNEWS6515 - Fixed bug #32937 (open_basedir looses trailing / in the limiter).

Completed in 49 milliseconds