Searched refs:limiter (Results 1 – 10 of 10) sorted by relevance
/PHP-7.1/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-7.1/Zend/tests/ |
H A D | unset_cv05.phpt | 25 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started …
|
/PHP-7.1/ext/gmp/ |
H A D | gmp.c | 104 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.1/ext/session/ |
H A D | session.c | 2078 zend_string *limiter = NULL; 2081 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|S", &limiter) == FAILURE) { 2087 if (limiter) { 2089 zend_alter_ini_entry(ini_name, limiter, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
|
/PHP-7.1/ |
H A D | php.ini-development | 1472 ; http://php.net/session.cache-limiter
|
H A D | php.ini-production | 1472 ; http://php.net/session.cache-limiter
|
Completed in 35 milliseconds