Home
last modified time | relevance | path

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

/php-src/ext/session/tests/
H A Dsession_cache_limiter_variation1.phpt33 Warning: session_cache_limiter(): Session cache limiter cannot be changed when a session is active …
H A Dsession_cache_limiter_variation2.phpt32 Warning: session_cache_limiter(): Session cache limiter cannot be changed when a session is active …
H A Dsession_cache_limiter_variation3.phpt31 Warning: session_cache_limiter(): Session cache limiter cannot be changed when a session is active …
/php-src/ext/session/
H A Dsession.c2414 zend_string *limiter = NULL; in PHP_FUNCTION() local
2417 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|S!", &limiter) == FAILURE) { in PHP_FUNCTION()
2421 if (limiter && PS(session_status) == php_session_active) { in PHP_FUNCTION()
2426 if (limiter && SG(headers_sent)) { in PHP_FUNCTION()
2433 if (limiter) { in PHP_FUNCTION()
2435 zend_alter_ini_entry(ini_name, limiter, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); in PHP_FUNCTION()
/php-src/
H A Dphp.ini-development1406 ; https://php.net/session.cache-limiter
H A Dphp.ini-production1408 ; https://php.net/session.cache-limiter

Completed in 22 milliseconds