Home
last modified time | relevance | path

Searched refs:cached (Results 1 – 23 of 23) sorted by relevance

/PHP-5.6/ext/xmlreader/
H A DREADME1 XMLReader represents a reader that provides non-cached,
/PHP-5.6/ext/opcache/tests/
H A Dis_script_cached.phpt2 Test that script cached info is correct
H A Dbug69281.phpt2 Test that script cached info is correct with validate_timestamps disabled
H A Dbug64482.phpt2 Bug #64482 (Opcodes for dynamic includes should not be cached)
/PHP-5.6/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt46 echo "should elicit no read because there is sufficient cached data\n";
76 should elicit no read because there is sufficient cached data
/PHP-5.6/ext/com_dotnet/
H A Dcom_extension.c271 int cached; in PHP_INI_MH() local
310 …if ((pTL = php_com_load_typelib_via_cache(typelib_name, COMG(code_page), &cached TSRMLS_CC)) != NU… in PHP_INI_MH()
311 if (!cached) { in PHP_INI_MH()
H A Dcom_com.c242 int cached; in PHP_FUNCTION() local
244 TL = php_com_load_typelib_via_cache(typelib_name, obj->code_page, &cached TSRMLS_CC); in PHP_FUNCTION()
247 if (COMG(autoreg_on) && !cached) { in PHP_FUNCTION()
812 int cached = 0; in PHP_FUNCTION() local
821 pTL = php_com_load_typelib_via_cache(name, codepage, &cached TSRMLS_CC); in PHP_FUNCTION()
823 if (cached) { in PHP_FUNCTION()
H A Dcom_typeinfo.c232 int codepage, int *cached TSRMLS_DC) in php_com_load_typelib_via_cache()
243 *cached = 1; in php_com_load_typelib_via_cache()
249 *cached = 0; in php_com_load_typelib_via_cache()
H A Dphp_com_dotnet_internal.h170 int codepage, int *cached TSRMLS_DC);
/PHP-5.6/ext/opcache/
H A DREADME70 OPcache On/Off switch. When set to Off, code is not optimized and cached.
106 Leads OPcache to check file readability on each access to cached file.
128 If the file search is disabled and a cached file is found that uses
187 Allows exclusion of large files from being cached. By default all files
188 are cached.
/PHP-5.6/Zend/tests/
H A Dbug55509.phpt25 $freeMemory = $infos['memfree']+$infos['buffers']+$infos['cached'];
/PHP-5.6/ext/spl/tests/
H A Diterator_003.phpt82 // The goal is to verify we can access the cached string value even if it was
/PHP-5.6/ext/oci8/tests/
H A Dbug46994.phpt58 var_dump($myclob->load()); // Use cached size code path
/PHP-5.6/ext/standard/tests/file/
H A D001-win32.phpt74 echo "test.file exists (cached)\n";
H A D001.phpt110 echo "test.file exists (cached)\n";
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_pconn_reuse.phpt78 …printf("[010] Seems as if we have got a new connection, connections should have been cached and re…
/PHP-5.6/Zend/
H A Dzend_alloc.c436 unsigned int cached; member
900 heap->cached = 0; in zend_mm_init()
945 heap->cached -= size; in zend_mm_free_cache()
1911 heap->cached -= true_size; in _zend_mm_alloc_int()
2083 if (EXPECTED(ZEND_MM_SMALL_SIZE(size)) && EXPECTED(heap->cached < ZEND_MM_CACHE_SIZE)) { in _zend_mm_free_int()
2089 heap->cached += size; in _zend_mm_free_int()
2200 heap->cached -= true_size - orig_size; in _zend_mm_realloc_int()
2710 usage -= AG(mm_heap)->cached; in zend_memory_usage()
/PHP-5.6/ext/soap/
H A Dphp_sdl.c1535 static sdlPtr get_sdl_from_cache(const char *fn, const char *uri, time_t t, time_t *cached TSRMLS_D… in get_sdl_from_cache()
1579 *cached = old_t; in get_sdl_from_cache()
3233 time_t cached; in get_sdl() local
3253 if ((sdl = get_sdl_from_cache(key, uri, t-SOAP_GLOBAL(cache_ttl), &cached TSRMLS_CC)) != NULL) { in get_sdl()
3254 t = cached; in get_sdl()
/PHP-5.6/
H A Dphp.ini-development1873 ; (time to live) Sets the number of second while cached file will be used
1971 ; Allows exclusion of large files from being cached. By default all files
1972 ; are cached.
1999 ; Validate cached file permissions.
H A Dphp.ini-production1873 ; (time to live) Sets the number of second while cached file will be used
1971 ; Allows exclusion of large files from being cached. By default all files
1972 ; are cached.
1999 ; Validate cached file permissions.
H A DNEWS179 . Fixed bug #69090 (check cached files permissions)
1283 . Fixed bug #66048 (temp. directory is cached during multiple requests).
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY1663 2003/03/12: [tune] use cached value of effect node in get_min_match_length().
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic7504 >>>>>>8 string IHC \b cached by Windows 9M

Completed in 118 milliseconds