misses           1790 ext/opcache/ZendAccelerator.c 		ZCSG(misses)++;
misses           1982 ext/opcache/ZendAccelerator.c 	ZCSG(misses) = 0;
misses            271 ext/opcache/ZendAccelerator.h 	zend_ulong   misses;
misses            476 ext/opcache/zend_accelerator_module.c 			snprintf(buf, sizeof(buf), "%pd", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blacklist_misses));
misses            648 ext/opcache/zend_accelerator_module.c 	add_assoc_long(&statistics, "misses", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blacklist_misses));
misses            650 ext/opcache/zend_accelerator_module.c 	reqs = ZCSG(hits)+ZCSG(misses);