Home
last modified time | relevance | path

Searched refs:max_checks (Results 1 – 1 of 1) sorted by relevance

/php-src/Zend/
H A Dzend_compile.c1568 static bool array_is_const_ex(zend_array *array, uint32_t *max_checks) in array_is_const_ex() argument
1570 if (zend_hash_num_elements(array) > *max_checks) { in array_is_const_ex()
1573 *max_checks -= zend_hash_num_elements(array); in array_is_const_ex()
1580 if (!array_is_const_ex(array, max_checks)) { in array_is_const_ex()
1593 uint32_t max_checks = 50; in array_is_const() local
1594 return array_is_const_ex(array, &max_checks); in array_is_const()

Completed in 34 milliseconds