Home
last modified time | relevance | path

Searched refs:cache (Results 76 – 100 of 156) sorted by relevance

1234567

/PHP-8.3/ext/oci8/tests/
H A Dstatement_cache.phpt2 statement cache
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug72294.phpt136 $this->cache = new PreparedStatementCache( $pdo );
138 $statement = $this->cache->prepare( $pdo, 'SELECT * FROM temp_table WHERE test_column > 0' );
/PHP-8.3/ext/opcache/tests/
H A Dbug78185.phpt2 Bug #78185: file cache only no longer works
H A Drevalidate_path_01.phpt2 revalidate_path 01: OPCache must cache only resolved real paths when revalidate_path is set
/PHP-8.3/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_basic2.phpt39 // clear the cache
48 // clear the cache
H A Dsymlink_link_linkinfo_is_link_basic1.phpt53 // clear the cache
65 // clear the cache
H A Dlstat_stat_variation1.phpt30 // clear the cache
H A Dlstat_stat_variation2.phpt31 // clear the cache
H A Dlstat_stat_variation10.phpt22 // clear the cache
H A Dlstat_stat_variation21.phpt27 // clear the cache
H A Dsymlink_link_linkinfo_is_link_variation5.phpt37 // clear the cache
H A Dlstat_stat_variation6.phpt40 // clear the cache
H A Dstat_variation4-win32.phpt32 // clear the cache
/PHP-8.3/ext/standard/tests/array/
H A Dbug28739.phpt2 Bug #28739 (*diff() and *intersect() not clearing the fci cache before work)
/PHP-8.3/.github/workflows/
H A Dnightly.yml25 uses: actions/cache@v3
27 path: branch-commit-cache.json
28 # The cache key needs to change every time for the
29 # cache to be updated after this job finishes.
565 --file-cache-prime
572 --file-cache-use
579 --file-cache-use
587 --file-cache-prime
595 --file-cache-use
881 PHP_BUILD_CACHE_BASE_DIR: C:\build-cache
[all …]
/PHP-8.3/ext/soap/tests/
H A Dbug69137.phpt23 // Prime the WSDL cache because that request sets peer_name on the HTTP context
/PHP-8.3/ext/spl/tests/
H A Dbug65387.phpt38 // Recursive cache
/PHP-8.3/ext/pcre/tests/
H A Dbug76514.phpt8 "cache-files-ttl": 0,
71 "name": "doctrine/cache",
448 "doctrine/cache": "v1.6.0",
507 "doctrine/cache": "v1.6.0",
/PHP-8.3/
H A D.gitignore48 autom4te.cache/
51 config.cache
285 # GitHub actions cache
287 /branch-commit-cache.json
H A D.travis.yml54 cache:
H A DUPGRADING.INTERNALS141 manually invalidate the cache using php_libxml_invalidate_node_list_cache_from_doc().
142 Furthermore, the following internal APIs were added to handle the cache:
159 php_libxml_invalidate_node_list_cache() were added to invalidate the cache of a node list.
/PHP-8.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h56 int cache; member
/PHP-8.3/ext/imap/
H A Dphp_imap.c1108 tmp[0] = cache->recent ? (cache->seen ? 'R': 'N') : ' '; in PHP_FUNCTION()
1109 tmp[1] = (cache->recent | cache->seen) ? ' ' : 'U'; in PHP_FUNCTION()
1115 mail_date(tmp+11, cache); in PHP_FUNCTION()
1120 if ((i = cache->user_flags)) { in PHP_FUNCTION()
1535 MESSAGECACHE *cache; in PHP_FUNCTION() local
1574 cache->recent ? ( in PHP_FUNCTION()
1581 (cache->recent | cache->seen) ? ZSTR_CHAR(' ') : ZSTR_CHAR('U') in PHP_FUNCTION()
1611 mail_date(dummy, cache); in PHP_FUNCTION()
1628 mail_longdate(cache) in PHP_FUNCTION()
2074 if (!cache->seen || cache->recent) { in PHP_FUNCTION()
[all …]
/PHP-8.3/ext/phar/tests/
H A Dbug65028.phpt54 "modules/bwd/cache/bwdWordCacheCreator.php",
62 "modules/gmp/cache/gmpMarkersCacheCreator.php",
67 "modules/mul/cache/mulVideoPortalCacheCreator.php",
/PHP-8.3/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness_tree_walk.phpt42 $list->item(0); // Activate item cache

Completed in 76 milliseconds

1234567