Home
last modified time | relevance | path

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

1234567

/PHP-8.0/ext/standard/tests/file/
H A Dstat_variation1-win32.phpt43 // clear the cache
62 // clear the cache
H A Dsymlink_link_linkinfo_is_link_variation6.phpt28 // clear the cache
36 // clear the cache
H A Dbug39367.phpt2 Bug #39367 (clearstatcache() doesn't clear realpath cache)
H A Dstat_variation6-win32.phpt44 clearstatcache(); // clear statement cache
61 clearstatcache(); // clear statement cache
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
/PHP-8.0/ext/pcre/tests/
H A Dlocales.phpt12 // this tests if the cache is working correctly, as the char tables
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_cache_slot_opt.phpt10 // Opcache merges cache slots for both assignments.
/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_jp_win.c115 filter->cache = c; in mbfl_filt_conv_eucjpwin_wchar()
129 c1 = filter->cache; in mbfl_filt_conv_eucjpwin_wchar()
196 filter->cache = c; in mbfl_filt_conv_eucjpwin_wchar()
201 c1 = filter->cache; in mbfl_filt_conv_eucjpwin_wchar()
H A Dmbfilter_euc_cn.c111 filter->cache = c; in mbfl_filt_conv_euccn_wchar()
121 c1 = filter->cache; in mbfl_filt_conv_euccn_wchar()
H A Dmbfilter_euc_kr.c111 filter->cache = c; in mbfl_filt_conv_euckr_wchar()
121 c1 = filter->cache; in mbfl_filt_conv_euckr_wchar()
H A Dmbfilter_uhc.c111 filter->cache = c; in mbfl_filt_conv_uhc_wchar()
121 c1 = filter->cache; in mbfl_filt_conv_uhc_wchar()
H A Dmbfilter_hz.c91 filter->cache = c; in mbfl_filt_conv_hz_wchar()
105 c1 = filter->cache; in mbfl_filt_conv_hz_wchar()
/PHP-8.0/ext/spl/tests/
H A Diterator_045.phpt92 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
93 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
H A Dbug65387.phpt37 // Recursive cache
/PHP-8.0/ext/oci8/tests/
H A Dstatement_cache.phpt2 statement cache
/PHP-8.0/ext/session/tests/
H A Dsession_cache_limiter_variation1.phpt31 Warning: session_cache_limiter(): Session cache limiter cannot be changed when a session is active …
H A Dsession_cache_limiter_variation2.phpt30 Warning: session_cache_limiter(): Session cache limiter cannot be changed when a session is active …
H A Dsession_cache_limiter_variation3.phpt29 Warning: session_cache_limiter(): Session cache limiter cannot be changed when a session is active …
/PHP-8.0/Zend/tests/
H A Dclass_properties_const.phpt2 Const class properties(runtime cache)
/PHP-8.0/ext/opcache/tests/
H A Dbug78189.phpt2 Bug #78189 (file cache strips last character of uname hash)
H A Dbug78185.phpt2 Bug #78185: file cache only no longer works
/PHP-8.0/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-8.0/ext/standard/tests/array/
H A Dbug28739.phpt2 Bug #28739 (*diff() and *intersect() not clearing the fci cache before work)
/PHP-8.0/.github/workflows/
H A Dnightly.yml22 uses: actions/cache@v3
24 path: branch-commit-cache.json
25 # The cache key needs to change every time for the
26 # cache to be updated after this job finishes.
367 sed -i 's/PHP_SAPI/"cli-server"/g' var/cache/dev/App_KernelDevDebugContainer.preload.php
368 … php -d opcache.preload=var/cache/dev/App_KernelDevDebugContainer.preload.php public/index.php
422 --file-cache-prime
429 --file-cache-use
436 --file-cache-use
444 --file-cache-prime
[all …]

Completed in 25 milliseconds

1234567