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.c1621 static bool array_is_const_ex(zend_array *array, uint32_t *max_checks) in array_is_const_ex() argument
1623 if (zend_hash_num_elements(array) > *max_checks) { in array_is_const_ex()
1626 *max_checks -= zend_hash_num_elements(array); in array_is_const_ex()
1633 if (!array_is_const_ex(array, max_checks)) { in array_is_const_ex()
1646 uint32_t max_checks = 50; in array_is_const() local
1647 return array_is_const_ex(array, &max_checks); in array_is_const()

Completed in 32 milliseconds