Home
last modified time | relevance | path

Searched refs:validate_timestamps (Results 1 – 22 of 22) sorted by relevance

/PHP-8.2/ext/opcache/tests/
H A Dbug69281.phpt2 Test that script cached info is correct with validate_timestamps disabled
7 opcache.validate_timestamps=0
H A Dis_script_cached.phpt7 opcache.validate_timestamps=1
H A Dbug74663.phpt8 opcache.validate_timestamps=1
H A Dopcache_invalidate_deleted_file.phpt8 opcache.validate_timestamps=0
H A Dbug74596.phpt7 opcache.validate_timestamps=0
/PHP-8.2/ext/phar/tests/
H A Dfront.phar.phpt5 opcache.validate_timestamps=1
H A Dcreate_new_and_modify.phpt8 opcache.validate_timestamps=1
H A Ddelete_in_phar.phpt8 opcache.validate_timestamps=1
H A Ddelete_in_phar_confirm.phpt8 opcache.validate_timestamps=1
/PHP-8.2/ext/phar/tests/tar/
H A Dtar_004.phpt8 opcache.validate_timestamps=1
H A Dcreate_new_and_modify.phpt7 opcache.validate_timestamps=1
H A Ddelete_in_phar.phpt8 opcache.validate_timestamps=1
H A Ddelete_in_phar_confirm.phpt8 opcache.validate_timestamps=1
/PHP-8.2/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt7 opcache.validate_timestamps=1
H A Ddelete_in_phar.phpt8 opcache.validate_timestamps=1
H A Ddelete_in_phar_confirm.phpt8 opcache.validate_timestamps=1
/PHP-8.2/ext/opcache/
H A DZendAccelerator.h156 bool validate_timestamps; member
H A Dzend_accelerator_module.c265 …e_timestamps", "1", PHP_INI_ALL , OnUpdateBool, accel_directives.validate_timestamps, zend_accel…
349 if (ZCG(accel_directives).validate_timestamps) {
589 if (ZCG(accel_directives).validate_timestamps) {
756 …_assoc_bool(&directives, "opcache.validate_timestamps", ZCG(accel_directives).validate_timestamps);
H A DZendAccelerator.c1428 !ZCG(accel_directives).validate_timestamps || in zend_accel_invalidate()
1588 (!ZCG(accel_directives).validate_timestamps || in cache_script_in_shared_memory()
1772 if (ZCG(accel_directives).validate_timestamps || in opcache_compile_file()
1873 if (ZCG(accel_directives).validate_timestamps) { in opcache_compile_file()
2127 if (persistent_script && ZCG(accel_directives).validate_timestamps) { in persistent_compile_file()
H A Dzend_file_cache.c1819 if (ZCG(accel_directives).validate_timestamps &&
/PHP-8.2/
H A Dphp.ini-development1810 ;opcache.validate_timestamps=1
H A Dphp.ini-production1812 ;opcache.validate_timestamps=1

Completed in 56 milliseconds