Searched refs:limiter (Results 1 – 11 of 11) sorted by relevance
/PHP-5.4/ext/session/tests/ |
H A D | session_cache_limiter_variation1.phpt | 14 * Description : Get and/or set the current cache limiter
|
H A D | session_cache_limiter_variation2.phpt | 12 * Description : Get and/or set the current cache limiter
|
H A D | session_cache_limiter_variation3.phpt | 12 * Description : Get and/or set the current cache limiter
|
H A D | session_cache_limiter_basic.phpt | 12 * Description : Get and/or set the current cache limiter
|
H A D | session_cache_limiter_error.phpt | 12 * Description : Get and/or set the current cache limiter
|
/PHP-5.4/Zend/tests/ |
H A D | unset_cv05.phpt | 25 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started …
|
/PHP-5.4/ext/gmp/ |
H A D | gmp.c | 173 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 D | session.c | 1865 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 D | php.ini-development | 1490 ; http://php.net/session.cache-limiter
|
H A D | php.ini-production | 1490 ; http://php.net/session.cache-limiter
|
H A D | NEWS | 8376 - Fixed bug #32937 (open_basedir looses trailing / in the limiter).
|
Completed in 119 milliseconds