Home
last modified time | relevance | path

Searched refs:nocache (Results 1 – 13 of 13) sorted by relevance

/PHP-7.3/ext/session/tests/
H A Dsession_cache_limiter_variation1.phpt6 session.cache_limiter=nocache
33 string(7) "nocache"
35 string(7) "nocache"
39 string(7) "nocache"
41 string(7) "nocache"
H A Dsession_cache_limiter_variation2.phpt18 ini_set("session.cache_limiter", "nocache");
32 string(7) "nocache"
34 string(7) "nocache"
38 string(7) "nocache"
40 string(7) "nocache"
H A Dsession_cache_limiter_basic.phpt31 var_dump(session_cache_limiter("nocache"));
47 string(7) "nocache"
48 string(7) "nocache"
59 string(7) "nocache"
62 string(7) "nocache"
63 string(7) "nocache"
H A Dsession_cache_limiter_variation3.phpt31 string(7) "nocache"
33 string(7) "nocache"
37 string(7) "nocache"
39 string(7) "nocache"
H A Dbug74936.phpt18 string(7) "nocache"
H A Dbug74514.phpt32 string(7) "nocache"
H A Dsession_ini_set.phpt22 session.cache_limiter="nocache"
56 var_dump(ini_set("session.cache_limiter", "nocache"));
82 var_dump(ini_set("session.cache_limiter", "nocache"));
111 string(7) "nocache"
H A Dsession_cache_limiter_error.phpt99 string(7) "nocache"
/PHP-7.3/ext/opcache/tests/
H A Dopcache-2.blacklist5 /tmp/path/?nocache.inc
H A Dblacklist.phpt31 [5] => /tmp/path/?nocache.inc
/PHP-7.3/ext/session/
H A Dsession.c1198 CACHE_LIMITER_FUNC(nocache) /* {{{ */ in CACHE_LIMITER_FUNC() argument
1214 CACHE_LIMITER_ENTRY(nocache)
/PHP-7.3/
H A Dphp.ini-development1463 ; Set to {nocache,private,public,} to determine HTTP caching aspects
1466 session.cache_limiter = nocache
H A Dphp.ini-production1465 ; Set to {nocache,private,public,} to determine HTTP caching aspects
1468 session.cache_limiter = nocache

Completed in 45 milliseconds