Home
last modified time | relevance | path

Searched refs:cache (Results 26 – 50 of 160) sorted by relevance

1234567

/PHP-7.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_2004.c160 filter->cache = c; in mbfl_filt_conv_jis2004_wchar()
176 filter->cache = c; in mbfl_filt_conv_jis2004_wchar()
191 filter->cache = c; in mbfl_filt_conv_jis2004_wchar()
207 c1 = filter->cache; in mbfl_filt_conv_jis2004_wchar()
322 c1 = filter->cache; in mbfl_filt_conv_jis2004_wchar()
384 c1 = filter->cache; in mbfl_filt_conv_jis2004_wchar()
511 filter->cache >= 0 && filter->cache <= jisx0213_u2_tbl_len) { in mbfl_filt_conv_wchar_jis2004()
512 k = filter->cache; in mbfl_filt_conv_wchar_jis2004()
514 filter->cache = 0; in mbfl_filt_conv_wchar_jis2004()
686 k = filter->cache; in mbfl_filt_conv_jis2004_flush()
[all …]
H A Dmbfilter_euc_jp.c115 filter->cache = c; in mbfl_filt_conv_eucjp_wchar()
129 c1 = filter->cache; in mbfl_filt_conv_eucjp_wchar()
174 filter->cache = c; in mbfl_filt_conv_eucjp_wchar()
179 c1 = filter->cache; in mbfl_filt_conv_eucjp_wchar()
/PHP-7.3/ext/session/tests/
H A Dsession_cache_limiter_variation1.phpt14 * Description : Get and/or set the current cache limiter
37 Warning: session_cache_limiter(): Cannot change cache limiter when session is active in %s on line …
H A Dsession_cache_limiter_variation2.phpt12 * Description : Get and/or set the current cache limiter
36 Warning: session_cache_limiter(): Cannot change cache limiter when session is active in %s on line …
H A Dsession_cache_limiter_variation3.phpt12 * Description : Get and/or set the current cache limiter
35 Warning: session_cache_limiter(): Cannot change cache limiter when session is active in %s on line …
H A Dsession_regenerate_id_cookie.phpt69 Cache-Control: no-store, no-cache, must-revalidate
70 Pragma: no-cache
/PHP-7.3/ext/wddx/tests/
H A Dbug35410.phpt26 <var name="cache">
63 ["cache"]=>
H A Dbug35410_64bit.phpt26 <var name="cache">
63 ["cache"]=>
/PHP-7.3/ext/standard/tests/file/
H A Dbug45181.phpt2 Bug #45181 (chdir() should clear relative entries in stat cache)
H A Dlstat_stat_variation4.phpt34 // clear the cache
47 // clear the cache
H A Dstat_variation8-win32.phpt39 // clear the cache
59 clearstatcache(true, $filename); // clear previous size value in cache
H A Dlstat_stat_variation5.phpt35 // clear the cache
48 // clear the cache
H A Dsymlink_link_linkinfo_is_link_variation1.phpt55 // clear the cache
68 // clear the cache
85 // clear the cache
98 // clear the cache
H A Dclearstatcache_error.phpt7 Description: clears files status cache
/PHP-7.3/ext/opcache/
H A DREADME90 When the cache fills up this setting decides when to actually reset (dump
92 the entries in the now full cache are wasted/orphaned, then you have a good
93 active cache. There is no point emptying a cache full of good entries
95 of the cache consists of wasted entries, the cache will reset in this
96 cache-full scenario. This can be set up to as high as 50%.
163 1) Directories that contain auto generated code, like Smarty or ZFW cache.
173 Check the cache checksum each N requests.
179 How long to wait (in seconds) for a scheduled restart to begin if the cache
/PHP-7.3/ext/spl/tests/
H A Dspl_iterator_caching_count_basic.phpt2 SPL: Caching iterator count() cache contents
H A Dspl_iterator_caching_count_error.phpt2 SPL: Caching iterator count() cache failure
/PHP-7.3/Zend/tests/
H A Dclosure_060.phpt2 runtime cache must be invalidated for Closure::call()
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug75502.phpt10 /* The important part is that restriction>enumeration is used together with mem cache.
H A Dbug29236.phpt2 Bug #29236 (memory error when wsdl-cache is enabled)
/PHP-7.3/ext/opcache/tests/
H A Dbug65559.phpt2 Bug #65559 (cache not cleared if changes occur while running)
H A Dbug76275.phpt2 Bug #76275: Assertion failure in file cache when unserializing empty try_catch_array
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_fetch_array_many_rows.phpt28 // overwrite results and check if the cache magic works
78 // overwrite results and check if the cache magic works
96 // overwrite results and check if the cache magic works
/PHP-7.3/scripts/dev/
H A Dphpextdist15 rm -rf modules *.lo *.o *.la config.status config.cache \
/PHP-7.3/ext/intl/tests/
H A Dmsgfmt_setPattern_cache.phpt2 MessageFormatter::setPattern() invalidates arg types cache

Completed in 28 milliseconds

1234567