get_stat          761 ext/opcache/ZendAccelerator.c 	if (sapi_module.get_stat &&
get_stat          765 ext/opcache/ZendAccelerator.c 		zend_stat_t *tmpbuf = sapi_module.get_stat();
get_stat         1002 main/SAPI.c    	if (sapi_module.get_stat) {
get_stat         1003 main/SAPI.c    		return sapi_module.get_stat();
get_stat          232 main/SAPI.h    	zend_stat_t *(*get_stat)(void);