Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_compile.c5272 zval *cond_zv; in determine_switch_jumptable_type() local
5285 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() local
5414 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() local
5491 if (Z_TYPE_P(cond_zv) != IS_LONG && Z_TYPE_P(cond_zv) != IS_STRING) { in can_match_use_jumptable()
[all …]

Completed in 32 milliseconds