Home
last modified time | relevance | path

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

/PHP-5.4/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.4/Zend/tests/
H A Dunset_cv05.phpt25 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started …
/PHP-5.4/ext/gmp/
H A Dgmp.c173 ZEND_ARG_INFO(0, limiter)
1341 long limiter = 20; local
1344 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &limiter) == FAILURE) {
1360 mpz_urandomb(*gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * GMP_LIMB_BITS);
1362 mpz_urandomb(*gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * __GMP_BITS_PER_MP_LIMB);
/PHP-5.4/ext/session/
H A Dsession.c1865 char *limiter = NULL;
1868 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &limiter, &limiter_len) == FAILURE) {
1874 if (limiter) {
1875 …zend_alter_ini_entry("session.cache_limiter", sizeof("session.cache_limiter"), limiter, limiter_le…
/PHP-5.4/
H A Dphp.ini-development1490 ; http://php.net/session.cache-limiter
H A Dphp.ini-production1490 ; http://php.net/session.cache-limiter
H A DNEWS8376 - Fixed bug #32937 (open_basedir looses trailing / in the limiter).

Completed in 119 milliseconds