Home
last modified time | relevance | path

Searched refs:cache (Results 1 – 25 of 156) sorted by path

1234567

/PHP-7.4/
H A D.appveyor.yml19 cache:
20 - c:\build-cache
23 PHP_BUILD_CACHE_BASE_DIR: c:\build-cache
25 PHP_BUILD_CACHE_SDK_DIR: c:\build-cache\sdk
H A D.gitignore45 autom4te.cache/
48 config.cache
H A D.travis.yml54 cache:
H A DCODING_STANDARDS.md28 cache and the bison code for minimum memory copying overhead.
H A DNEWS737 . Fixed bug #79917 (File cache segfault with a static variable in inherited
1227 . Fixed bug #79055 (Typed property become unknown with OPcache file cache).
1273 . Fixed bug #78926 (Segmentation fault on Symfony cache:clear). (Nikita)
1547 . Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM).
1939 . Fixed bug #78189 (file cache strips last character of uname hash). (cmb)
1940 . Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM).
2049 . Fixed possible crashes, because of inconsistent PCRE cache and opcache
H A DUPGRADING737 the INI directive opcache.cache_id. All processes with the same cache ID and
H A Dbuildconf118 autom4te.cache \
119 config.cache \
/PHP-7.4/Zend/tests/
H A Dbug41209.phpt19 class cache implements ArrayAccess
36 $cache = new cache();
37 var_dump(isset($cache[$id]));
H A Dbug69996.phpt6 function method($cache) {
7 $prepared = clone $cache;
13 $cache = new stdClass();
14 $cache->data = "good";
17 method($cache);
H A Dbug78926.phpt2 Bug #78926: Segmentation fault on Symfony cache:clear
H A Dclass_properties_const.phpt2 Const class properties(runtime cache)
H A Dclosure_060.phpt2 runtime cache must be invalidated for Closure::call()
H A Dsymtable_cache_recursive_dtor.phpt2 Symtable cache slots may be acquired while cleaning symtable
6 // Must be larger than the symtable cache.
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_088.phpt2 Check for correct invalidation of prop_info cache slots
H A Dtyped_properties_cache_slot_opt.phpt10 // Opcache merges cache slots for both assignments.
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c159 static void realpath_cache_clean_helper(uint32_t max_entries, realpath_cache_bucket **cache, zend_l… in realpath_cache_clean_helper() argument
164 realpath_cache_bucket *p = cache[i]; in realpath_cache_clean_helper()
170 cache[i] = NULL; in realpath_cache_clean_helper()
/PHP-7.4/azure/
H A Dcommunity_job.yml90 sed -i 's/PHP_SAPI/"cli-server"/g' var/cache/dev/App_KernelDevDebugContainer.preload.php
91 … php -d opcache.preload=var/cache/dev/App_KernelDevDebugContainer.preload.php public/index.php
/PHP-7.4/build/
H A DMakefile.global121 …rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool m…
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic2284 0 name apt-cache-64bit-be
2296 0 name apt-cache-be
2304 >>0 use apt-cache-64bit-be
2309 >>0 use \^apt-cache-64bit-be
2314 >>0 use apt-cache-32bit-be
2317 >>0 use apt-cache-be
2322 >>0 use \^apt-cache-32bit-be
2325 >>0 use \^apt-cache-be
22748 0 string #\ Netscape\ folder\ cache Netscape folder cache
28977 # Summary: Windows help cache
[all …]
H A Dmagic私はガラスを食べられます2284 0 name apt-cache-64bit-be
2296 0 name apt-cache-be
2304 >>0 use apt-cache-64bit-be
2309 >>0 use \^apt-cache-64bit-be
2314 >>0 use apt-cache-32bit-be
2317 >>0 use apt-cache-be
2322 >>0 use \^apt-cache-32bit-be
2325 >>0 use \^apt-cache-be
22748 0 string #\ Netscape\ folder\ cache Netscape folder cache
28977 # Summary: Windows help cache
[all …]
/PHP-7.4/ext/imap/
H A Dphp_imap.c1697 tmp[0] = cache->recent ? (cache->seen ? 'R': 'N') : ' '; in PHP_FUNCTION()
1698 tmp[1] = (cache->recent | cache->seen) ? ' ' : 'U'; in PHP_FUNCTION()
1702 tmp[5] = cache->draft ? 'X' : ' '; in PHP_FUNCTION()
1704 mail_date(tmp+11, cache); in PHP_FUNCTION()
1709 if ((i = cache->user_flags)) { in PHP_FUNCTION()
2113 MESSAGECACHE *cache; in PHP_FUNCTION() local
2158 add_property_string(return_value, "Recent", cache->recent ? (cache->seen ? "R": "N") : " "); in PHP_FUNCTION()
2159 add_property_string(return_value, "Unseen", (cache->recent | cache->seen) ? " " : "U"); in PHP_FUNCTION()
2168 mail_date(dummy, cache); in PHP_FUNCTION()
2662 if (!cache->seen || cache->recent) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_setPattern_cache.phpt2 MessageFormatter::setPattern() invalidates arg types cache
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_base64.c108 n = filter->cache | (c & 0xff); in mbfl_filt_conv_base64enc()
120 int status, cache, len; in mbfl_filt_conv_base64enc_flush() local
123 cache = filter->cache; in mbfl_filt_conv_base64enc_flush()
126 filter->cache = 0; in mbfl_filt_conv_base64enc_flush()
176 filter->cache = n << 18; in mbfl_filt_conv_base64dec()
180 filter->cache |= n << 12; in mbfl_filt_conv_base64dec()
184 filter->cache |= n << 6; in mbfl_filt_conv_base64dec()
188 n |= filter->cache; in mbfl_filt_conv_base64dec()
200 int status, cache; in mbfl_filt_conv_base64dec_flush() local
203 cache = filter->cache; in mbfl_filt_conv_base64dec_flush()
[all …]
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_byte2.c102 filter->cache = n; in mbfl_filt_conv_byte2be_wchar()
105 n = (c & 0xff) | filter->cache; in mbfl_filt_conv_byte2be_wchar()
125 filter->cache = n; in mbfl_filt_conv_byte2le_wchar()
128 n = ((c & 0xff) << 8) | filter->cache; in mbfl_filt_conv_byte2le_wchar()

Completed in 217 milliseconds

1234567