Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/pcre/tests/
H A Dlocales.phpt13 // this tests if the cache is working correctly, as the char tables
/PHP-5.5/ext/session/tests/
H A Dsession_cache_limiter_variation3.phpt12 * Description : Get and/or set the current cache limiter
H A Dsession_cache_expire_variation3.phpt12 * Description : Return current cache expire
H A Dsession_cache_limiter_basic.phpt12 * Description : Get and/or set the current cache limiter
/PHP-5.5/ext/oci8/tests/
H A Dstatement_cache.phpt2 statement cache
/PHP-5.5/Zend/tests/
H A Dunset_cv05.phpt25 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started …
/PHP-5.5/ext/spl/tests/
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-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_kr.c112 filter->cache = c; in mbfl_filt_conv_euckr_wchar()
122 c1 = filter->cache; in mbfl_filt_conv_euckr_wchar()
H A Dmbfilter_uhc.c112 filter->cache = c; in mbfl_filt_conv_uhc_wchar()
122 c1 = filter->cache; in mbfl_filt_conv_uhc_wchar()
H A Dmbfilter_hz.c92 filter->cache = c; in mbfl_filt_conv_hz_wchar()
106 c1 = filter->cache; in mbfl_filt_conv_hz_wchar()
H A Dmbfilter_sjis.c162 filter->cache = c; in mbfl_filt_conv_sjis_wchar()
172 c1 = filter->cache; in mbfl_filt_conv_sjis_wchar()
H A Dmbfilter_iso2022jp_mobile.c159 filter->cache = c; in mbfl_filt_conv_2022jp_mobile_wchar()
176 c1 = filter->cache; in mbfl_filt_conv_2022jp_mobile_wchar()
395 if (filter->status == 1 && filter->cache > 0) { in mbfl_filt_conv_wchar_2022jp_mobile()
H A Dmbfilter_cp51932.c122 filter->cache = c; in mbfl_filt_conv_cp51932_wchar()
134 c1 = filter->cache; in mbfl_filt_conv_cp51932_wchar()
H A Dmbfilter_cp936.c116 filter->cache = c; in mbfl_filt_conv_cp936_wchar()
124 c1 = filter->cache; in mbfl_filt_conv_cp936_wchar()
/PHP-5.5/ext/standard/tests/array/
H A Dbug28739.phpt2 Bug #28739 (*diff() and *intersect() not clearing the fci cache before work)
/PHP-5.5/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_basic2.phpt50 // clear the cache
59 // clear the cache
H A Dsymlink_link_linkinfo_is_link_variation6.phpt60 // clear the cache
68 // clear the cache
H A Dsymlink_link_linkinfo_is_link_basic1.phpt64 // clear the cache
75 // clear the cache
H A Dlstat_stat_variation10.phpt32 // clear the cache
/PHP-5.5/Zend/
H A Dzend_alloc.c901 memset(heap->cache, 0, sizeof(heap->cache)); in zend_mm_init()
937 if (heap->cache[i]) { in zend_mm_free_cache()
967 heap->cache[i] = NULL; in zend_mm_free_cache()
1909 best_fit = heap->cache[index]; in _zend_mm_alloc_int()
2085 zend_mm_free_block **cache = &heap->cache[index]; in _zend_mm_free_int() local
2088 *cache = (zend_mm_free_block*)mm_block; in _zend_mm_free_int()
2179 if (heap->cache[index] != NULL) { in _zend_mm_realloc_int()
2181 zend_mm_free_block **cache; in _zend_mm_realloc_int() local
2187 best_fit = heap->cache[index]; in _zend_mm_realloc_int()
2203 cache = &heap->cache[index]; in _zend_mm_realloc_int()
[all …]
/PHP-5.5/
H A D.travis.yml24 cache:
H A Dmakedist101 rm -fr autom4te.cache/
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c607 filter->cache = 0; in mbfl_filt_conv_common_ctor()
613 filter->cache = 0; in mbfl_filt_conv_common_flush()
624 filter->cache = 0; in mbfl_filt_conv_common_dtor()
H A Dmbfl_convert.h50 int cache; member
H A Dmbfilter.c2680 int cache; member
2768 s = pc->cache; in collector_decode_htmlnumericentity()
2772 pc->cache = s; in collector_decode_htmlnumericentity()
2777 s = pc->cache; in collector_decode_htmlnumericentity()
2844 s = pc->cache; in collector_decode_htmlnumericentity()
2854 pc->cache = s; in collector_decode_htmlnumericentity()
2859 s = pc->cache; in collector_decode_htmlnumericentity()
2975 s = pc->cache; in mbfl_filt_decode_htmlnumericentity_flush()
3002 s = pc->cache; in mbfl_filt_decode_htmlnumericentity_flush()
3024 pc->cache = 0; in mbfl_filt_decode_htmlnumericentity_flush()
[all …]

Completed in 77 milliseconds

123456