/PHP-7.0/ext/xmlreader/ |
H A D | README | 1 XMLReader represents a reader that provides non-cached,
|
/PHP-7.0/ext/opcache/tests/ |
H A D | is_script_cached.phpt | 2 Test that script cached info is correct
|
H A D | bug69281.phpt | 2 Test that script cached info is correct with validate_timestamps disabled
|
H A D | bug64482.phpt | 2 Bug #64482 (Opcodes for dynamic includes should not be cached)
|
/PHP-7.0/Zend/tests/ |
H A D | class_constant_to_reference_cached.phpt | 2 Conversion of a class constant to a reference after it has been cached
|
H A D | bug55509.phpt | 25 $freeMemory = $infos['memfree']+$infos['buffers']+$infos['cached'];
|
/PHP-7.0/appveyor/ |
H A D | build_task.bat | 24 rem SDK is cached, deps info is cached as well
|
/PHP-7.0/ext/standard/tests/streams/ |
H A D | stream_set_chunk_size.phpt | 46 echo "should elicit no read because there is sufficient cached data\n"; 76 should elicit no read because there is sufficient cached data
|
/PHP-7.0/ext/com_dotnet/ |
H A D | com_com.c | 247 int cached; in PHP_FUNCTION() local 249 TL = php_com_load_typelib_via_cache(typelib_name, obj->code_page, &cached); in PHP_FUNCTION() 252 if (COMG(autoreg_on) && !cached) { in PHP_FUNCTION() 830 int cached = 0; in PHP_FUNCTION() local 839 pTL = php_com_load_typelib_via_cache(name, codepage, &cached); in PHP_FUNCTION() 841 if (cached) { in PHP_FUNCTION()
|
H A D | com_extension.c | 276 int cached; in ZEND_GET_MODULE() local 315 if ((pTL = php_com_load_typelib_via_cache(typelib_name, COMG(code_page), &cached)) != NULL) { in ZEND_GET_MODULE() 316 if (!cached) { in ZEND_GET_MODULE()
|
H A D | com_typeinfo.c | 233 int codepage, int *cached) in php_com_load_typelib_via_cache() argument 242 *cached = 1; in php_com_load_typelib_via_cache() 248 *cached = 0; in php_com_load_typelib_via_cache()
|
H A D | php_com_dotnet_internal.h | 173 int codepage, int *cached);
|
/PHP-7.0/ext/opcache/ |
H A D | README | 70 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 182 Allows exclusion of large files from being cached. By default all files 183 are cached.
|
/PHP-7.0/ext/spl/tests/ |
H A D | iterator_003.phpt | 82 // The goal is to verify we can access the cached string value even if it was
|
/PHP-7.0/ext/oci8/tests/ |
H A D | bug46994.phpt | 58 var_dump($myclob->load()); // Use cached size code path
|
/PHP-7.0/ext/standard/tests/file/ |
H A D | 001-win32.phpt | 74 echo "test.file exists (cached)\n";
|
H A D | 001.phpt | 110 echo "test.file exists (cached)\n";
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | mysqli_pconn_reuse.phpt | 78 …printf("[010] Seems as if we have got a new connection, connections should have been cached and re…
|
/PHP-7.0/ext/soap/ |
H A D | php_sdl.c | 1527 static sdlPtr get_sdl_from_cache(const char *fn, const char *uri, time_t t, time_t *cached) in get_sdl_from_cache() argument 1571 *cached = old_t; in get_sdl_from_cache() 3198 time_t cached; in get_sdl() local 3228 if ((sdl = get_sdl_from_cache(key, uri, t-SOAP_GLOBAL(cache_ttl), &cached)) != NULL) { in get_sdl() 3229 t = cached; in get_sdl()
|
/PHP-7.0/ |
H A D | php.ini-development | 1735 ; (time to live) Sets the number of second while cached file will be used 1829 ; Allows exclusion of large files from being cached. By default all files 1830 ; are cached. 1887 ; Validate cached file permissions.
|
H A D | php.ini-production | 1735 ; (time to live) Sets the number of second while cached file will be used 1829 ; Allows exclusion of large files from being cached. By default all files 1830 ; are cached. 1887 ; Validate cached file permissions.
|
H A D | NEWS | 841 . Fixed bug #69090 (check cached files permissions). (dmitry)
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | HISTORY | 1668 2003/03/12: [tune] use cached value of effect node in get_min_match_length().
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 7910 >>>>>>8 string IHC \b cached by Windows 9M
|