misses           1626 ext/opcache/ZendAccelerator.c 		ZCSG(misses)++;
misses           2094 ext/opcache/ZendAccelerator.c 	ZCSG(misses) = 0;
misses            280 ext/opcache/ZendAccelerator.h 	unsigned long   misses;
misses            445 ext/opcache/zend_accelerator_module.c 			snprintf(buf, sizeof(buf), "%ld", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blacklist_misses));
misses            616 ext/opcache/zend_accelerator_module.c 	add_assoc_long(statistics, "misses", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blacklist_misses));
misses            618 ext/opcache/zend_accelerator_module.c 	reqs = ZCSG(hits)+ZCSG(misses);