Home
last modified time | relevance | path

Searched refs:cache (Results 76 – 100 of 160) sorted by relevance

1234567

/PHP-7.3/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation6.phpt57 // clear the cache
65 // clear the cache
H A Dsymlink_link_linkinfo_is_link_basic2.phpt50 // clear the cache
59 // clear the cache
H A Dsymlink_link_linkinfo_is_link_basic1.phpt64 // clear the cache
75 // clear the cache
H A Dlstat_stat_variation10.phpt32 // clear the cache
H A Dlstat_stat_variation1.phpt43 // clear the cache
H A Dlstat_stat_variation2.phpt44 // clear the cache
H A Dlstat_stat_variation21.phpt34 // clear the cache
/PHP-7.3/ext/standard/tests/array/
H A Dbug28739.phpt2 Bug #28739 (*diff() and *intersect() not clearing the fci cache before work)
/PHP-7.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_iso2022jp_mobile.c161 filter->cache = c; in mbfl_filt_conv_2022jp_mobile_wchar()
178 c1 = filter->cache; in mbfl_filt_conv_2022jp_mobile_wchar()
397 if (filter->status == 1 && filter->cache > 0) { in mbfl_filt_conv_wchar_2022jp_mobile()
H A Dmbfilter_cp936.c118 filter->cache = c; in mbfl_filt_conv_cp936_wchar()
126 c1 = filter->cache; in mbfl_filt_conv_cp936_wchar()
H A Dmbfilter_cp51932.c124 filter->cache = c; in mbfl_filt_conv_cp51932_wchar()
136 c1 = filter->cache; in mbfl_filt_conv_cp51932_wchar()
H A Dmbfilter_cp932.c161 filter->cache = c; in mbfl_filt_conv_cp932_wchar()
171 c1 = filter->cache; in mbfl_filt_conv_cp932_wchar()
H A Dmbfilter_sjis_open.c160 filter->cache = c; in mbfl_filt_conv_sjis_open_wchar()
170 c1 = filter->cache; in mbfl_filt_conv_sjis_open_wchar()
H A Dmbfilter_big5.c179 filter->cache = c; in mbfl_filt_conv_big5_wchar()
189 c1 = filter->cache; in mbfl_filt_conv_big5_wchar()
H A Dmbfilter_iso2022_kr.c99 filter->cache = c; in mbfl_filt_conv_2022kr_wchar()
113 c1 = filter->cache; in mbfl_filt_conv_2022kr_wchar()
/PHP-7.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h50 int cache; member
H A Dmbfilter.c2484 int cache; member
2572 s = pc->cache; in collector_decode_htmlnumericentity()
2576 pc->cache = s; in collector_decode_htmlnumericentity()
2581 s = pc->cache; in collector_decode_htmlnumericentity()
2648 s = pc->cache; in collector_decode_htmlnumericentity()
2658 pc->cache = s; in collector_decode_htmlnumericentity()
2663 s = pc->cache; in collector_decode_htmlnumericentity()
2779 s = pc->cache; in mbfl_filt_decode_htmlnumericentity_flush()
2806 s = pc->cache; in mbfl_filt_decode_htmlnumericentity_flush()
2828 pc->cache = 0; in mbfl_filt_decode_htmlnumericentity_flush()
[all …]
/PHP-7.3/ext/session/tests/
H A Dsession_cache_limiter_basic.phpt12 * Description : Get and/or set the current cache limiter
H A Dsession_cache_expire_error.phpt12 * Description : Return current cache expire
H A Dsession_cache_limiter_error.phpt12 * Description : Get and/or set the current cache limiter
/PHP-7.3/ext/soap/tests/
H A Dbug69137.phpt22 // Prime the WSDL cache because that request sets peer_name on the HTTP context
/PHP-7.3/ext/pcre/tests/
H A Dbug76514.phpt8 "cache-files-ttl": 0,
71 "name": "doctrine/cache",
448 "doctrine/cache": "v1.6.0",
507 "doctrine/cache": "v1.6.0",
/PHP-7.3/ext/phar/tests/
H A Dbug65028.phpt54 "modules/bwd/cache/bwdWordCacheCreator.php",
62 "modules/gmp/cache/gmpMarkersCacheCreator.php",
67 "modules/mul/cache/mulVideoPortalCacheCreator.php",
/PHP-7.3/ext/imap/
H A Dphp_imap.c1685 tmp[0] = cache->recent ? (cache->seen ? 'R': 'N') : ' '; in PHP_FUNCTION()
1686 tmp[1] = (cache->recent | cache->seen) ? ' ' : 'U'; in PHP_FUNCTION()
1690 tmp[5] = cache->draft ? 'X' : ' '; in PHP_FUNCTION()
1692 mail_date(tmp+11, cache); in PHP_FUNCTION()
1697 if ((i = cache->user_flags)) { in PHP_FUNCTION()
2097 MESSAGECACHE *cache; in PHP_FUNCTION() local
2142 add_property_string(return_value, "Recent", cache->recent ? (cache->seen ? "R": "N") : " "); in PHP_FUNCTION()
2143 add_property_string(return_value, "Unseen", (cache->recent | cache->seen) ? " " : "U"); in PHP_FUNCTION()
2152 mail_date(dummy, cache); in PHP_FUNCTION()
2640 if (!cache->seen || cache->recent) { in PHP_FUNCTION()
[all …]
/PHP-7.3/
H A Dmakedist108 rm -fr autom4te.cache/

Completed in 59 milliseconds

1234567