Home
last modified time | relevance | path

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

1234567

/PHP-8.1/Zend/tests/anon/
H A D016.phpt2 static variables in methods inherited from parent class (can't cache objects)
/PHP-8.1/ext/standard/tests/file/
H A Dstat_variation1-win32-mb.phpt43 // clear the cache
62 // clear the cache
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 Dstat_variation6-win32.phpt44 clearstatcache(); // clear statement cache
61 clearstatcache(); // clear statement cache
H A Dbug39367.phpt2 Bug #39367 (clearstatcache() doesn't clear realpath cache)
/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_uhc.c104 filter->cache = c; in mbfl_filt_conv_uhc_wchar()
112 int c1 = filter->cache, w = 0; in mbfl_filt_conv_uhc_wchar()
H A Dmbfilter_euc_kr.c101 filter->cache = c; in mbfl_filt_conv_euckr_wchar()
109 c1 = filter->cache; in mbfl_filt_conv_euckr_wchar()
H A Dmbfilter_euc_cn.c102 filter->cache = c; in mbfl_filt_conv_euccn_wchar()
110 c1 = filter->cache; in mbfl_filt_conv_euccn_wchar()
H A Dmbfilter_big5.c154 filter->cache = c; in mbfl_filt_conv_big5_wchar()
157 filter->cache = c; in mbfl_filt_conv_big5_wchar()
165 c1 = filter->cache; in mbfl_filt_conv_big5_wchar()
H A Dmbfilter_sjis.c151 filter->cache = c; in mbfl_filt_conv_sjis_wchar()
159 int c1 = filter->cache; in mbfl_filt_conv_sjis_wchar()
/PHP-8.1/ext/spl/tests/
H A Diterator_044.phpt69 foreach($it as $v); // read all into cache
75 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
76 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
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)
/PHP-8.1/ext/opcache/tests/
H A Dbug81607.phpt13 // Child: Declare class FooBar {} to allocate CE cache slot.
H A Dbug78189.phpt2 Bug #78189 (file cache strips last character of uname hash)
/PHP-8.1/ext/pcre/tests/
H A Dlocales.phpt12 // this tests if the cache is working correctly, as the char tables
H A Dgh11374.phpt25 // regex must be different to prevent regex cache, so just add 2nd "x" modifier
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_cache_slot_opt.phpt10 // Opcache merges cache slots for both assignments.
/PHP-8.1/ext/skeleton/
H A D.gitignore.in6 autom4te.cache
/PHP-8.1/ext/session/tests/
H A Dsession_cache_limiter_variation1.phpt33 Warning: session_cache_limiter(): Session cache limiter cannot be changed when a session is active …
H A Dsession_cache_limiter_variation2.phpt32 Warning: session_cache_limiter(): Session cache limiter cannot be changed when a session is active …
H A Dsession_cache_limiter_variation3.phpt31 Warning: session_cache_limiter(): Session cache limiter cannot be changed when a session is active …
/PHP-8.1/ext/oci8/tests/
H A Dstatement_cache.phpt2 statement cache
/PHP-8.1/Zend/tests/
H A Dclass_properties_const.phpt2 Const class properties(runtime cache)
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug72294.phpt134 $this->cache = new PreparedStatementCache( $pdo );
136 $statement = $this->cache->prepare( $pdo, 'SELECT * FROM temp_table WHERE test_column > 0' );

Completed in 29 milliseconds

1234567