HT_MIN_SIZE       103 Zend/zend_hash.c 	if (nSize < HT_MIN_SIZE) {
HT_MIN_SIZE       104 Zend/zend_hash.c 		nSize = HT_MIN_SIZE;
HT_MIN_SIZE        99 ext/opcache/zend_persist.c 		if (ht->nNumUsed <= HT_MIN_SIZE) {
HT_MIN_SIZE       100 ext/opcache/zend_persist.c 			hash_size = HT_MIN_SIZE;
HT_MIN_SIZE       181 ext/opcache/zend_persist.c 		if (ht->nNumUsed <= HT_MIN_SIZE) {
HT_MIN_SIZE       182 ext/opcache/zend_persist.c 			hash_size = HT_MIN_SIZE;
HT_MIN_SIZE        67 ext/opcache/zend_persist_calc.c 		if (ht->nNumUsed <= HT_MIN_SIZE) {
HT_MIN_SIZE        68 ext/opcache/zend_persist_calc.c 			hash_size = HT_MIN_SIZE;