manual_restarts  2140 ext/opcache/ZendAccelerator.c 						ZCSG(manual_restarts)++;
manual_restarts  2513 ext/opcache/ZendAccelerator.c 	ZCSG(manual_restarts) = 0;
manual_restarts   284 ext/opcache/ZendAccelerator.h 	unsigned long   manual_restarts;  /* number of restarts scheduled by opcache_reset() */
manual_restarts   471 ext/opcache/zend_accelerator_module.c 			snprintf(buf, sizeof(buf), "%ld", ZCSG(manual_restarts));
manual_restarts   615 ext/opcache/zend_accelerator_module.c 	add_assoc_long(statistics, "manual_restarts", ZCSG(manual_restarts));