Searched refs:cond_zv (Results 1 – 1 of 1) sorted by relevance
5272 zval *cond_zv; in determine_switch_jumptable_type() local5285 if (Z_TYPE_P(cond_zv) != IS_LONG && Z_TYPE_P(cond_zv) != IS_STRING) { in determine_switch_jumptable_type()5291 common_type = Z_TYPE_P(cond_zv); in determine_switch_jumptable_type()5292 } else if (common_type != Z_TYPE_P(cond_zv)) { in determine_switch_jumptable_type()5297 if (Z_TYPE_P(cond_zv) == IS_STRING in determine_switch_jumptable_type()5298 && is_numeric_string(Z_STRVAL_P(cond_zv), Z_STRLEN_P(cond_zv), NULL, NULL, 0)) { in determine_switch_jumptable_type()5409 zval *cond_zv = zend_ast_get_zval(cond_ast); in zend_compile_switch() local5414 if (Z_TYPE_P(cond_zv) == IS_LONG) { in zend_compile_switch()5490 zval *cond_zv = zend_ast_get_zval(*cond_ast); in can_match_use_jumptable() local5491 if (Z_TYPE_P(cond_zv) != IS_LONG && Z_TYPE_P(cond_zv) != IS_STRING) { in can_match_use_jumptable()[all …]
Completed in 34 milliseconds