Home
last modified time | relevance | path

Searched refs:cache (Results 126 – 150 of 157) sorted by relevance

1234567

/PHP-8.1/ext/standard/tests/file/
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
H A Dfwrite_basic-win32-mb.phpt59 clearstatcache();//clears file status cache
H A Dfwrite_basic-win32.phpt59 clearstatcache();//clears file status cache
H A Dfwrite_basic.phpt59 clearstatcache();//clears file status cache
H A Dfwrite_variation1-win32-mb.phpt62 clearstatcache();//clears file status cache
H A Dfwrite_variation1.phpt55 clearstatcache();//clears file status cache
H A Dftruncate_variation1-win32-mb.phpt57 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation1-win32.phpt57 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation1.phpt57 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation7-win32.phpt59 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation7.phpt59 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation2-win32.phpt58 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation2.phpt58 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation3-win32.phpt57 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation3.phpt57 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation5-win32.phpt58 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation5.phpt58 clearstatcache(); // clear previous size value in cache
/PHP-8.1/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()
/PHP-8.1/sapi/litespeed/
H A DREADME.md124 memory block for the opcode cache.
/PHP-8.1/
H A DNEWS146 upgrading to 8.1.3 due to corrupt on-disk file cache). (turchanov)
159 . Fixed bug #66150 (SOAP WSDL cache race condition causes Segmentation
161 . Fixed bug #67617 (SOAP leaves incomplete cache file on ENOSPC). (nielsdos)
429 . Mangle PCRE regex cache key with JIT option. (mvorisek)
1230 cache). (Remi)
1749 . Added inheritance cache. (Dmitry)
/PHP-8.1/ext/spl/
H A Dspl_iterators.c264 zend_function **cache = &object->iterators[object->level].haschildren; in spl_recursive_it_move_forward_ex() local
266 zend_call_method_with_0_params(obj, ce, cache, "haschildren", &retval); in spl_recursive_it_move_forward_ex()
328 zend_function **cache = &object->iterators[object->level].getchildren; in spl_recursive_it_move_forward_ex() local
330 zend_call_method_with_0_params(obj, ce, cache, "getchildren", &child); in spl_recursive_it_move_forward_ex()

Completed in 68 milliseconds

1234567