Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_compile.c6187 uint8_t common_type = IS_UNDEF; in determine_switch_jumptable_type() local
6209 if (common_type == IS_UNDEF) { in determine_switch_jumptable_type()
6210 common_type = Z_TYPE_P(cond_zv); in determine_switch_jumptable_type()
6211 } else if (common_type != Z_TYPE_P(cond_zv)) { in determine_switch_jumptable_type()
6223 return common_type; in determine_switch_jumptable_type()

Completed in 32 milliseconds