Home
last modified time | relevance | path

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

1234567

/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp5022x.c172 filter->cache = c; in mbfl_filt_conv_cp5022x_wchar()
187 c1 = filter->cache; in mbfl_filt_conv_cp5022x_wchar()
332 if (filter->cache) { in mbfl_filt_conv_wchar_cp50220()
333 int s = mbfl_convert_kana(filter->cache, c, &consumed, &second, mode); in mbfl_filt_conv_wchar_cp50220()
334 filter->cache = consumed ? 0 : c; in mbfl_filt_conv_wchar_cp50220()
344 filter->cache = c; in mbfl_filt_conv_wchar_cp50220()
354 if (filter->cache) { in mbfl_filt_conv_wchar_cp50220_flush()
355 int s = mbfl_convert_kana(filter->cache, 0, NULL, &second, mode); in mbfl_filt_conv_wchar_cp50220_flush()
360 filter->cache = 0; in mbfl_filt_conv_wchar_cp50220_flush()
H A Dmbfilter_iso2022jp_mobile.c131 filter->cache = c; in mbfl_filt_conv_2022jp_mobile_wchar()
146 c1 = filter->cache; in mbfl_filt_conv_2022jp_mobile_wchar()
297 if (filter->status == 1 && filter->cache) { in mbfl_filt_conv_wchar_2022jp_mobile()
359 int c1 = filter->cache; in mbfl_filt_conv_wchar_2022jp_mobile_flush()
363 filter->status = filter->cache = 0; in mbfl_filt_conv_wchar_2022jp_mobile_flush()
H A Dmbfilter_euc_jp_win.c104 filter->cache = c; in mbfl_filt_conv_eucjpwin_wchar()
116 c1 = filter->cache; in mbfl_filt_conv_eucjpwin_wchar()
169 filter->cache = c; in mbfl_filt_conv_eucjpwin_wchar()
173 c1 = filter->cache; in mbfl_filt_conv_eucjpwin_wchar()
H A Dmbfilter_iso2022_kr.c92 filter->cache = c; in mbfl_filt_conv_2022kr_wchar()
104 int c1 = filter->cache; in mbfl_filt_conv_2022kr_wchar()
266 filter->status = filter->cache = 0; in mbfl_filt_conv_any_2022kr_flush()
/PHP-8.1/ext/standard/tests/file/
H A Dlstat_stat_variation4.phpt24 // clear the cache
37 // clear the cache
H A Dlstat_stat_variation5.phpt27 // clear the cache
40 // clear the cache
H A Dbug45181.phpt2 Bug #45181 (chdir() should clear relative entries in stat cache)
H A Dstat_variation8-win32.phpt34 // clear the cache
54 clearstatcache(true, $filename); // clear previous size value in cache
H A Dsymlink_link_linkinfo_is_link_variation1.phpt44 // clear the cache
58 // clear the cache
76 // clear the cache
90 // clear the cache
/PHP-8.1/Zend/tests/
H A Dassign_obj_op_cache_slot.phpt2 The ASSIGN_OBJ_OP cache slot is on the OP_DATA opcode
H A Dbug78926.phpt2 Bug #78926: Segmentation fault on Symfony cache:clear
H A Dclosure_060.phpt2 runtime cache must be invalidated for Closure::call()
/PHP-8.1/Zend/tests/named_params/
H A Druntime_cache_init.phpt2 Uninitialized run-time cache when resolving default values
/PHP-8.1/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-8.1/ext/session/tests/
H A Dsession_regenerate_id_cookie.phpt65 Cache-Control: no-store, no-cache, must-revalidate
66 Pragma: no-cache
/PHP-8.1/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-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_088.phpt2 Check for correct invalidation of prop_info cache slots
/PHP-8.1/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-8.1/ext/intl/tests/
H A Dmsgfmt_setPattern_cache.phpt2 MessageFormatter::setPattern() invalidates arg types cache
/PHP-8.1/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-8.1/
H A Dbuildconf118 autom4te.cache \
119 config.cache \
/PHP-8.1/Zend/tests/enum/
H A Dno-write-properties-cache-slot.phpt2 Readonly enum properties should not be writable via cache slot merging

Completed in 36 milliseconds

1234567