revalidate_path  1665 ext/opcache/ZendAccelerator.c 		if (!ZCG(accel_directives).revalidate_path) {
revalidate_path  1922 ext/opcache/ZendAccelerator.c 			if (!ZCG(accel_directives).revalidate_path) {
revalidate_path   200 ext/opcache/ZendAccelerator.h 	zend_bool      revalidate_path;
revalidate_path   277 ext/opcache/zend_accelerator_module.c 	STD_PHP_INI_BOOLEAN("opcache.revalidate_path"    , "0", PHP_INI_ALL   , OnUpdateBool, accel_directives.revalidate_path    , zend_accel_globals, accel_globals)
revalidate_path   693 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(&directives, "opcache.revalidate_path",     ZCG(accel_directives).revalidate_path);