Home
last modified time | relevance | path

Searched refs:cache (Results 1 – 25 of 163) sorted by path

1234567

/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 …]
H A Dpush.yml200 PHP_BUILD_CACHE_BASE_DIR: C:\build-cache
202 PHP_BUILD_CACHE_SDK_DIR: C:\build-cache\sdk
/php-src/
H A D.gitignore48 autom4te.cache/
51 config.cache
283 # GitHub actions cache
285 /branch-commit-cache.json
H A D.travis.yml51 cache:
H A DCODING_STANDARDS.md31 cache and the bison code for minimum memory copying overhead.
/php-src/Zend/tests/anon/
H A D016.phpt2 static variables in methods inherited from parent class (can't cache objects)
/php-src/Zend/tests/
H A Dassign_obj_op_cache_slot.phpt2 The ASSIGN_OBJ_OP cache slot is on the OP_DATA opcode
H A Dbug41209.phpt19 class cache implements ArrayAccess
36 $cache = new cache();
37 var_dump(isset($cache[$id]));
H A Dbug69996.phpt6 function method($cache) {
7 $prepared = clone $cache;
13 $cache = new stdClass();
14 $cache->data = "good";
17 method($cache);
H A Dbug78926.phpt2 Bug #78926: Segmentation fault on Symfony cache:clear
H A Dclass_properties_const.phpt2 Const class properties(runtime cache)
H A Dclosure_060.phpt2 runtime cache must be invalidated for Closure::call()
/php-src/Zend/tests/enum/
H A Dgh8418.phpt2 GH-8418: Enum constant expression evaluation doesn't work with warmed cache
H A Dno-write-properties-cache-slot.phpt2 Readonly enum properties should not be writable via cache slot merging
/php-src/Zend/tests/gh10168/
H A Dassign_prop.phpt24 // Second call tests the cache slot path
H A Dassign_prop_ref.phpt25 // Second call tests the cache slot path
H A Dassign_prop_ref_with_prop_ref.phpt28 // Second call tests the cache slot path
H A Dassign_prop_with_prop_ref.phpt27 // Second call tests the cache slot path
H A Dassign_untyped_prop.phpt24 // Second call tests the cache slot path
H A Dassign_untyped_prop_ref.phpt25 // Second call tests the cache slot path
H A Dassign_untyped_prop_ref_with_prop_ref.phpt28 // Second call tests the cache slot path
H A Dassign_untyped_prop_with_prop_ref.phpt27 // Second call tests the cache slot path
/php-src/Zend/tests/named_params/
H A Druntime_cache_init.phpt2 Uninitialized run-time cache when resolving default values
/php-src/Zend/tests/readonly_props/
H A Dcache_slot.phpt2 Test interaction with cache slots
H A Dreadonly_clone_success3.phpt18 // First call fills the cache slot

Completed in 37 milliseconds

1234567