Home
last modified time | relevance | path

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

1234567

/PHP-8.3/ext/standard/tests/file/
H A Dfwrite_variation3-win32.phpt63 clearstatcache();//clears file status cache
H A Dfwrite_variation3.phpt64 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.phpt57 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation1-win32-mb.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.phpt58 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation3.phpt57 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation5.phpt58 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation2-win32.phpt58 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation3-win32.phpt57 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation5-win32.phpt58 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation6-win32.phpt63 clearstatcache(); // clear previous size value in cache
/PHP-8.3/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.3/ext/mbstring/
H A Dmbstring.c6304 unsigned int bits = 0, cache = 0; in mime_header_decode_encoded_word() local
6316 cache = (cache << 6) | (decoded & 0x3F); in mime_header_decode_encoded_word()
6318 *bufp++ = (cache >> 16) & 0xFF; in mime_header_decode_encoded_word()
6319 *bufp++ = (cache >> 8) & 0xFF; in mime_header_decode_encoded_word()
6320 *bufp++ = cache & 0xFF; in mime_header_decode_encoded_word()
6321 bits = cache = 0; in mime_header_decode_encoded_word()
6325 *bufp++ = (cache >> 10) & 0xFF; in mime_header_decode_encoded_word()
6326 *bufp++ = (cache >> 2) & 0xFF; in mime_header_decode_encoded_word()
6328 *bufp++ = (cache >> 4) & 0xFF; in mime_header_decode_encoded_word()
/PHP-8.3/sapi/litespeed/
H A DREADME.md124 memory block for the opcode cache.
/PHP-8.3/ext/spl/
H A Dspl_iterators.c299 zend_function **cache = &object->iterators[object->level].haschildren; in spl_recursive_it_move_forward_ex() local
301 zend_call_method_with_0_params(obj, ce, cache, "haschildren", &retval); in spl_recursive_it_move_forward_ex()
363 zend_function **cache = &object->iterators[object->level].getchildren; in spl_recursive_it_move_forward_ex() local
365 zend_call_method_with_0_params(obj, ce, cache, "getchildren", &child); in spl_recursive_it_move_forward_ex()
/PHP-8.3/
H A DCODING_STANDARDS.md31 cache and the bison code for minimum memory copying overhead.
H A DUPGRADING74 broken with the tracing JIT, as well as with inheritance cache, and has
76 Both the tracing JIT and inheritance cache may modify shm after the script

Completed in 103 milliseconds

1234567