Searched refs:consistency_checks (Results 1 – 5 of 5) sorted by relevance
156 zend_long consistency_checks; member
248 …0" , PHP_INI_ALL , OnUpdateLong, accel_directives.consistency_checks, zend…736 …oc_long(&directives, "opcache.consistency_checks", ZCG(accel_directives).consistency_checks);
2121 if (persistent_script && ZCG(accel_directives).consistency_checks in persistent_compile_file()2122 && persistent_script->dynamic_members.hits % ZCG(accel_directives).consistency_checks == 0) { in persistent_compile_file()
1829 ;opcache.consistency_checks=0
1831 ;opcache.consistency_checks=0
Completed in 37 milliseconds