Home
last modified time | relevance | path

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

1234567

/PHP-8.1/ext/opcache/tests/
H A Dbug78185.phpt2 Bug #78185: file cache only no longer works
/PHP-8.1/.github/workflows/
H A Dnightly.yml23 uses: actions/cache@v3
25 path: branch-commit-cache.json
26 # The cache key needs to change every time for the
27 # cache to be updated after this job finishes.
450 --file-cache-prime
457 --file-cache-use
464 --file-cache-use
472 --file-cache-prime
480 --file-cache-use
656 PHP_BUILD_CACHE_BASE_DIR: C:\build-cache
[all …]
H A Dpush.yml135 PHP_BUILD_CACHE_BASE_DIR: C:\build-cache
137 PHP_BUILD_CACHE_SDK_DIR: C:\build-cache\sdk
/PHP-8.1/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_basic2.phpt39 // clear the cache
48 // clear the cache
H A Dsymlink_link_linkinfo_is_link_basic1.phpt53 // clear the cache
65 // clear the cache
H A Dlstat_stat_variation1.phpt30 // clear the cache
H A Dlstat_stat_variation2.phpt31 // clear the cache
H A Dlstat_stat_variation10.phpt22 // clear the cache
H A Dlstat_stat_variation21.phpt27 // clear the cache
H A Dsymlink_link_linkinfo_is_link_variation5.phpt37 // clear the cache
H A Dlstat_stat_variation6.phpt40 // clear the cache
/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp51932.c108 filter->cache = c; in mbfl_filt_conv_cp51932_wchar()
118 c1 = filter->cache; in mbfl_filt_conv_cp51932_wchar()
H A Dmbfilter_hz.c84 filter->cache = c; in mbfl_filt_conv_hz_wchar()
96 c1 = filter->cache; in mbfl_filt_conv_hz_wchar()
H A Dmbfilter_cp936.c106 filter->cache = c; in mbfl_filt_conv_cp936_wchar()
114 c1 = filter->cache; in mbfl_filt_conv_cp936_wchar()
H A Dmbfilter_cp932.c211 filter->cache = c; in mbfl_filt_conv_cp932_wchar()
219 c1 = filter->cache; in mbfl_filt_conv_cp932_wchar()
/PHP-8.1/ext/standard/tests/array/
H A Dbug28739.phpt2 Bug #28739 (*diff() and *intersect() not clearing the fci cache before work)
/PHP-8.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h56 int cache; member
H A Dmbfilter.c2191 int cache; member
2277 s = pc->cache; in collector_decode_htmlnumericentity()
2283 pc->cache = s; in collector_decode_htmlnumericentity()
2288 s = pc->cache; in collector_decode_htmlnumericentity()
2353 s = pc->cache; in collector_decode_htmlnumericentity()
2363 pc->cache = s; in collector_decode_htmlnumericentity()
2368 s = pc->cache; in collector_decode_htmlnumericentity()
2484 s = pc->cache; in mbfl_filt_decode_htmlnumericentity_flush()
2509 s = pc->cache; in mbfl_filt_decode_htmlnumericentity_flush()
2531 pc->cache = 0; in mbfl_filt_decode_htmlnumericentity_flush()
[all …]
/PHP-8.1/ext/soap/tests/
H A Dbug69137.phpt23 // Prime the WSDL cache because that request sets peer_name on the HTTP context
/PHP-8.1/ext/spl/tests/
H A Dbug65387.phpt37 // Recursive cache
/PHP-8.1/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-8.1/
H A D.gitignore48 autom4te.cache/
51 config.cache
281 # GitHub actions cache
283 /branch-commit-cache.json
H A D.travis.yml54 cache:
/PHP-8.1/ext/imap/
H A Dphp_imap.c1279 tmp[0] = cache->recent ? (cache->seen ? 'R': 'N') : ' '; in PHP_FUNCTION()
1280 tmp[1] = (cache->recent | cache->seen) ? ' ' : 'U'; in PHP_FUNCTION()
1284 tmp[5] = cache->draft ? 'X' : ' '; in PHP_FUNCTION()
1286 mail_date(tmp+11, cache); in PHP_FUNCTION()
1291 if ((i = cache->user_flags)) { in PHP_FUNCTION()
1664 MESSAGECACHE *cache; in PHP_FUNCTION() local
1700 add_property_string(return_value, "Recent", cache->recent ? (cache->seen ? "R": "N") : " "); in PHP_FUNCTION()
1701 add_property_string(return_value, "Unseen", (cache->recent | cache->seen) ? " " : "U"); in PHP_FUNCTION()
1710 mail_date(dummy, cache); in PHP_FUNCTION()
2163 if (!cache->seen || cache->recent) { in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/phar/tests/
H A Dbug65028.phpt54 "modules/bwd/cache/bwdWordCacheCreator.php",
62 "modules/gmp/cache/gmpMarkersCacheCreator.php",
67 "modules/mul/cache/mulVideoPortalCacheCreator.php",

Completed in 64 milliseconds

1234567