Searched refs:common_type (Results 1 – 1 of 1) sorted by relevance
4879 zend_uchar common_type = IS_UNDEF; in determine_switch_jumptable_type() local4901 if (common_type == IS_UNDEF) { in determine_switch_jumptable_type()4902 common_type = Z_TYPE_P(cond_zv); in determine_switch_jumptable_type()4903 } else if (common_type != Z_TYPE_P(cond_zv)) { in determine_switch_jumptable_type()4915 return common_type; in determine_switch_jumptable_type()
Completed in 24 milliseconds