Home
last modified time | relevance | path

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

1234567

/php-src/ext/phar/tests/cache_list/files/
H A Dnophar.phar58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
H A Dopenssl.phar58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
/php-src/ext/phar/tests/files/
H A Dinclude_path2.phar58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
H A Dnophar.phar58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
/php-src/
H A Dphp.ini-development316 ; Note: disables the realpath cache
349 ; Note: if open_basedir is set, the cache is disabled
350 ; https://php.net/realpath-cache-size
356 ; https://php.net/realpath-cache-ttl
1392 ; https://php.net/session.cache-limiter
1396 ; https://php.net/session.cache-expire
1636 ; https://php.net/soap.wsdl-cache-enabled
1640 ; https://php.net/soap.wsdl-cache-dir
1645 ; https://php.net/soap.wsdl-cache-ttl
1648 ; Sets the size of the cache limit. (Max. number of WSDL files to cache)
[all …]
H A Dphp.ini-production316 ; Note: disables the realpath cache
349 ; Note: if open_basedir is set, the cache is disabled
350 ; https://php.net/realpath-cache-size
356 ; https://php.net/realpath-cache-ttl
1394 ; https://php.net/session.cache-limiter
1398 ; https://php.net/session.cache-expire
1638 ; https://php.net/soap.wsdl-cache-enabled
1642 ; https://php.net/soap.wsdl-cache-dir
1647 ; https://php.net/soap.wsdl-cache-ttl
1650 ; Sets the size of the cache limit. (Max. number of WSDL files to cache)
[all …]
/php-src/ext/dom/lexbor/patches/
H A D0005-Shrink-size-of-static-binary-search-tree.patch6 This also makes it more efficient on the data cache.
/php-src/ext/standard/tests/file/
H A Duserstreams.phpt56 * the default cache chunk size and that we have something
188 /* some default seeks that will cause buffer/cache misses */
H A Dfwrite_variation4-win32.phpt54 clearstatcache();//clears file status cache
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-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
/php-src/ext/pcre/tests/
H A Dpreg_match_error4.phpt10 "cache-files-ttl": 0,
161 "name": "doctrine\\/cache",
843 "doctrine\\/cache": "v1.6.0",
/php-src/.github/workflows/
H A Dpush.yml233 PHP_BUILD_CACHE_BASE_DIR: C:\build-cache
235 PHP_BUILD_CACHE_SDK_DIR: C:\build-cache\sdk
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c313 filter->status = filter->cache = 0; in mbfl_filt_conv_common_ctor()
/php-src/build/
H A DMakefile.global128 …rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool m…
/php-src/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-src/ext/mbstring/
H A Dmbstring.c6571 unsigned int bits = 0, cache = 0; in mime_header_decode_encoded_word() local
6583 cache = (cache << 6) | (decoded & 0x3F); in mime_header_decode_encoded_word()
6585 *bufp++ = (cache >> 16) & 0xFF; in mime_header_decode_encoded_word()
6586 *bufp++ = (cache >> 8) & 0xFF; in mime_header_decode_encoded_word()
6587 *bufp++ = cache & 0xFF; in mime_header_decode_encoded_word()
6588 bits = cache = 0; in mime_header_decode_encoded_word()
6592 *bufp++ = (cache >> 10) & 0xFF; in mime_header_decode_encoded_word()
6593 *bufp++ = (cache >> 2) & 0xFF; in mime_header_decode_encoded_word()
6595 *bufp++ = (cache >> 4) & 0xFF; in mime_header_decode_encoded_word()

Completed in 88 milliseconds

1234567