Home
last modified time | relevance | path

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

1234567

/php-src/ext/session/tests/
H A Dsession_cache_limiter_variation3.phpt31 Warning: session_cache_limiter(): Session cache limiter cannot be changed when a session is active …
/php-src/Zend/tests/
H A Dclass_properties_const.phpt2 Const class properties(runtime cache)
/php-src/ext/pcre/tests/
H A Dgh11374.phpt25 // regex must be different to prevent regex cache, so just add 2nd "x" modifier
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-src/ext/pdo_pgsql/tests/
H A Dbug72294.phpt136 $this->cache = new PreparedStatementCache( $pdo );
138 $statement = $this->cache->prepare( $pdo, 'SELECT * FROM test72294 WHERE test_column > 0' );
/php-src/ext/opcache/tests/
H A Dbug78189.phpt2 Bug #78189 (file cache strips last character of uname hash)
H A Dbug78185.phpt2 Bug #78185: file cache only no longer works
/php-src/ext/dom/
H A Dhtml_document.c229 static void dom_reset_line_column_cache(dom_line_column_cache *cache) in dom_reset_line_column_cache() argument
231 cache->last_line = 1; in dom_reset_line_column_cache()
232 cache->last_column = 1; in dom_reset_line_column_cache()
233 cache->last_offset = 0; in dom_reset_line_column_cache()
238 dom_line_column_cache *cache, in dom_find_line_and_column_using_cache() argument
248 size_t last_column = cache->last_column; in dom_find_line_and_column_using_cache()
249 size_t last_line = cache->last_line; in dom_find_line_and_column_using_cache()
250 size_t last_offset = cache->last_offset; in dom_find_line_and_column_using_cache()
282 cache->last_column = last_column; in dom_find_line_and_column_using_cache()
283 cache->last_line = last_line; in dom_find_line_and_column_using_cache()
[all …]
/php-src/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
/php-src/ext/standard/tests/array/
H A Dbug28739.phpt2 Bug #28739 (*diff() and *intersect() not clearing the fci cache before work)
/php-src/ext/dom/lexbor/lexbor/core/
H A Dmraw.h30 lexbor_bst_t *cache; member
/php-src/ext/soap/tests/
H A Dbug69137.phpt23 // Prime the WSDL cache because that request sets peer_name on the HTTP context
H A Dclassmap007.phpt2 SOAP Classmap 7: encoding of inherited objects with namespace and cache wsdl
/php-src/.github/workflows/
H A Dnightly.yml26 uses: actions/cache@v3
28 path: branch-commit-cache.json
29 # The cache key needs to change every time for the
30 # cache to be updated after this job finishes.
583 --file-cache-prime
590 --file-cache-use
597 --file-cache-use
605 --file-cache-prime
613 --file-cache-use
894 PHP_BUILD_CACHE_BASE_DIR: C:\build-cache
[all …]
/php-src/ext/spl/tests/
H A Dbug65387.phpt38 // Recursive cache
/php-src/
H A D.gitignore48 autom4te.cache/
51 config.cache
278 # GitHub actions cache
280 /branch-commit-cache.json
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h56 int cache; member
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtokenizer.h44 lxb_css_syntax_tokenizer_cache_t *cache; member
/php-src/ext/phar/tests/
H A Dbug65028.phpt54 "modules/bwd/cache/bwdWordCacheCreator.php",
62 "modules/gmp/cache/gmpMarkersCacheCreator.php",
67 "modules/mul/cache/mulVideoPortalCacheCreator.php",

Completed in 41 milliseconds

1234567