Home
last modified time | relevance | path

Searched refs:cache (Results 51 – 75 of 160) sorted by relevance

1234567

/PHP-7.3/ext/skeleton/
H A D.gitignore.in6 autom4te.cache
/PHP-7.3/ext/spl/tests/
H A Diterator_044.phpt64 foreach($it as $v); // read all into cache
72 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
73 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
H A Diterator_045.phpt98 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
99 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
/PHP-7.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_jp_win.c118 filter->cache = c; in mbfl_filt_conv_eucjpwin_wchar()
132 c1 = filter->cache; in mbfl_filt_conv_eucjpwin_wchar()
199 filter->cache = c; in mbfl_filt_conv_eucjpwin_wchar()
204 c1 = filter->cache; in mbfl_filt_conv_eucjpwin_wchar()
H A Dmbfilter_euc_cn.c114 filter->cache = c; in mbfl_filt_conv_euccn_wchar()
124 c1 = filter->cache; in mbfl_filt_conv_euccn_wchar()
H A Dmbfilter_euc_kr.c114 filter->cache = c; in mbfl_filt_conv_euckr_wchar()
124 c1 = filter->cache; in mbfl_filt_conv_euckr_wchar()
H A Dmbfilter_uhc.c114 filter->cache = c; in mbfl_filt_conv_uhc_wchar()
124 c1 = filter->cache; in mbfl_filt_conv_uhc_wchar()
H A Dmbfilter_hz.c94 filter->cache = c; in mbfl_filt_conv_hz_wchar()
108 c1 = filter->cache; in mbfl_filt_conv_hz_wchar()
H A Dmbfilter_sjis.c164 filter->cache = c; in mbfl_filt_conv_sjis_wchar()
174 c1 = filter->cache; in mbfl_filt_conv_sjis_wchar()
/PHP-7.3/ext/session/tests/
H A Dsession_cache_expire_basic.phpt12 * Description : Return current cache expire
H A Dsession_cache_expire_variation2.phpt12 * Description : Return current cache expire
H A Dsession_cache_expire_variation1.phpt14 * Description : Return current cache expire
H A Dsession_cache_expire_variation3.phpt12 * Description : Return current cache expire
/PHP-7.3/ext/pcre/tests/
H A Dlocales.phpt12 // this tests if the cache is working correctly, as the char tables
/PHP-7.3/ext/standard/tests/file/
H A Dstat_variation1-win32-mb.phpt48 // clear the cache
67 // clear the cache
H A Dstat_variation1-win32.phpt48 // clear the cache
67 // clear the cache
H A Dstat_variation6-win32.phpt48 clearstatcache(); // clear statement cache
65 clearstatcache(); // clear statement cache
H A Dbug39367.phpt2 Bug #39367 (clearstatcache() doesn't clear realpath cache)
/PHP-7.3/Zend/tests/
H A Dclass_properties_const.phpt2 Const class properties(runtime cache)
/PHP-7.3/ext/oci8/tests/
H A Dstatement_cache.phpt2 statement cache
/PHP-7.3/ext/pdo_pgsql/tests/
H A Dbug72294.phpt132 $this->cache = new PreparedStatementCache( $pdo );
134 $statement = $this->cache->prepare( $pdo, 'SELECT * FROM temp_table WHERE test_column > 0' );
/PHP-7.3/ext/opcache/tests/
H A Dbug78185.phpt2 Bug #78185: file cache only no longer works
H A Dbug78189.phpt2 Bug #78189 (file cache strips last character of uname hash)
/PHP-7.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c482 filter->cache = 0; in mbfl_filt_conv_common_ctor()
488 filter->cache = 0; in mbfl_filt_conv_common_flush()
499 filter->cache = 0; in mbfl_filt_conv_common_dtor()
/PHP-7.3/ext/mbstring/oniguruma/
H A DINSTALL33 It can also use an optional file (typically called 'config.cache' and
34 enabled with '--cache-file=config.cache' or simply '-C') that saves the
36 default to prevent problems with accidental use of stale cache files.
41 be considered for the next release. If you are using the cache, and at
42 some point 'config.cache' contains results you don't want to keep, you
337 '--cache-file=FILE'
338 Enable the cache: use and save the results of the tests in FILE,
339 traditionally 'config.cache'. FILE defaults to '/dev/null' to
342 '--config-cache'
344 Alias for '--cache-file=config.cache'.

Completed in 25 milliseconds

1234567