manual_restarts  2064 ext/opcache/ZendAccelerator.c 						ZCSG(manual_restarts)++;
manual_restarts  2454 ext/opcache/ZendAccelerator.c 	ZCSG(manual_restarts) = 0;
manual_restarts   275 ext/opcache/ZendAccelerator.h 	zend_ulong   manual_restarts;  /* number of restarts scheduled by opcache_reset() */
manual_restarts   500 ext/opcache/zend_accelerator_module.c 			snprintf(buf, sizeof(buf), "%pd", ZCSG(manual_restarts));
manual_restarts   647 ext/opcache/zend_accelerator_module.c 	add_assoc_long(&statistics, "manual_restarts", ZCSG(manual_restarts));