Home
last modified time | relevance | path

Searched refs:consistency_checks (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/opcache/
H A DZendAccelerator.h147 zend_long consistency_checks; member
H A Dzend_accelerator_module.c290 …0" , PHP_INI_ALL , OnUpdateLong, accel_directives.consistency_checks, zend…
744 …oc_long(&directives, "opcache.consistency_checks", ZCG(accel_directives).consistency_checks);
H A DZendAccelerator.c2081 if (persistent_script && ZCG(accel_directives).consistency_checks in persistent_compile_file()
2082 && persistent_script->dynamic_members.hits % ZCG(accel_directives).consistency_checks == 0) { in persistent_compile_file()
/PHP-7.4/
H A Dphp.ini-development1832 ;opcache.consistency_checks=0
H A Dphp.ini-production1832 ;opcache.consistency_checks=0

Completed in 33 milliseconds