Home
last modified time | relevance | path

Searched refs:cache (Results 101 – 125 of 151) sorted by relevance

1234567

/PHP-8.0/ext/standard/tests/file/
H A Duserwrapper.phpt25 we effectively test the stat cache mechanism */
H A Duserstreams.phpt56 * the default cache chunk size and that we have something
187 /* some default seeks that will cause buffer/cache misses */
H A Dfwrite_variation4-win32.phpt54 clearstatcache();//clears file status cache
H A Dfwrite_variation4.phpt54 clearstatcache();//clears file status cache
H A Dfwrite_variation2-win32.phpt71 clearstatcache();//clears file status cache
H A Dfwrite_variation2.phpt71 clearstatcache();//clears file status cache
H A Dfwrite_variation3.phpt64 clearstatcache();//clears file status cache
H A Dfwrite_variation3-win32.phpt63 clearstatcache();//clears file status cache
/PHP-8.0/
H A D.travis.yml54 cache:
H A Dphp.ini-development316 ; Note: disables the realpath cache
350 ; http://php.net/realpath-cache-size
356 ; http://php.net/realpath-cache-ttl
1267 ; http://php.net/oci8.statement-cache-size
1449 ; http://php.net/session.cache-limiter
1453 ; http://php.net/session.cache-expire
1733 ; http://php.net/soap.wsdl-cache-enabled
1737 ; http://php.net/soap.wsdl-cache-dir
1742 ; http://php.net/soap.wsdl-cache-ttl
1745 ; Sets the size of the cache limit. (Max. number of WSDL files to cache)
[all …]
H A Dphp.ini-production316 ; Note: disables the realpath cache
350 ; http://php.net/realpath-cache-size
356 ; http://php.net/realpath-cache-ttl
1269 ; http://php.net/oci8.statement-cache-size
1451 ; http://php.net/session.cache-limiter
1455 ; http://php.net/session.cache-expire
1735 ; http://php.net/soap.wsdl-cache-enabled
1739 ; http://php.net/soap.wsdl-cache-dir
1744 ; http://php.net/soap.wsdl-cache-ttl
1747 ; Sets the size of the cache limit. (Max. number of WSDL files to cache)
[all …]
/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_iso2022_jp_ms.c108 filter->cache = c; in mbfl_filt_conv_2022jpms_wchar()
126 c1 = filter->cache; in mbfl_filt_conv_2022jpms_wchar()
H A Dmbfilter_jis.c144 filter->cache = c; in mbfl_filt_conv_jis_wchar()
161 c1 = filter->cache; in mbfl_filt_conv_jis_wchar()
H A Dmbfilter_cp5022x.c263 filter->cache = c; in mbfl_filt_conv_jis_ms_wchar()
280 c1 = filter->cache; in mbfl_filt_conv_jis_ms_wchar()
/PHP-8.0/scripts/dev/
H A Dmakedist144 rm -rf autom4te.cache/
/PHP-8.0/ext/phar/tests/
H A Dphar_createdefaultstub.phpt93 header("Cache-Control: no-cache, must-revalidate");
94 header("Pragma: no-cache");
387 header("Cache-Control: no-cache, must-revalidate");
388 header("Pragma: no-cache");
689 header("Cache-Control: no-cache, must-revalidate");
690 header("Pragma: no-cache");
H A Dphar_setdefaultstub.phpt113 header("Cache-Control: no-cache, must-revalidate");
114 header("Pragma: no-cache");
408 header("Cache-Control: no-cache, must-revalidate");
409 header("Pragma: no-cache");
703 header("Cache-Control: no-cache, must-revalidate");
704 header("Pragma: no-cache");
/PHP-8.0/ext/phar/tests/cache_list/files/
H A Dnophar.phar58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
H A Dopenssl.phar58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
/PHP-8.0/ext/phar/tests/files/
H A Dinclude_path2.phar58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
H A Dnophar.phar58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
H A Dopenssl.phar58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
/PHP-8.0/ext/pcre/tests/
H A Dpreg_match_error4.phpt10 "cache-files-ttl": 0,
161 "name": "doctrine\\/cache",
843 "doctrine\\/cache": "v1.6.0",
/PHP-8.0/build/
H A DMakefile.global122 …rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool m…
/PHP-8.0/Zend/
H A Dzend_virtual_cwd.c153 static void realpath_cache_clean_helper(uint32_t max_entries, realpath_cache_bucket **cache, zend_l… in realpath_cache_clean_helper() argument
158 realpath_cache_bucket *p = cache[i]; in realpath_cache_clean_helper()
164 cache[i] = NULL; in realpath_cache_clean_helper()

Completed in 50 milliseconds

1234567