Searched refs:max_checks (Results 1 – 1 of 1) sorted by relevance
1626 static bool array_is_const_ex(zend_array *array, uint32_t *max_checks) in array_is_const_ex() argument1628 if (zend_hash_num_elements(array) > *max_checks) { in array_is_const_ex()1631 *max_checks -= zend_hash_num_elements(array); in array_is_const_ex()1638 if (!array_is_const_ex(array, max_checks)) { in array_is_const_ex()1651 uint32_t max_checks = 50; in array_is_const() local1652 return array_is_const_ex(array, &max_checks); in array_is_const()
Completed in 53 milliseconds