Searched refs:EREG_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
73 #define EREG_CACHE_SIZE 4096 macro145 if (zend_hash_num_elements(&EREG(ht_rc)) >= EREG_CACHE_SIZE) { in _php_regcomp()151 int num_clean = EREG_CACHE_SIZE / 4; in _php_regcomp()
Completed in 6 milliseconds