Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_compile.c6191 zval *cond_zv; in determine_switch_jumptable_type() local
6204 if (Z_TYPE_P(cond_zv) != IS_LONG && Z_TYPE_P(cond_zv) != IS_STRING) { 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()
6216 if (Z_TYPE_P(cond_zv) == IS_STRING in determine_switch_jumptable_type()
6217 && is_numeric_string(Z_STRVAL_P(cond_zv), Z_STRLEN_P(cond_zv), NULL, NULL, 0)) { in determine_switch_jumptable_type()
6328 zval *cond_zv = zend_ast_get_zval(cond_ast); in zend_compile_switch() local
6333 if (Z_TYPE_P(cond_zv) == IS_LONG) { in zend_compile_switch()
6409 zval *cond_zv = zend_ast_get_zval(*cond_ast); in can_match_use_jumptable() local
6410 if (Z_TYPE_P(cond_zv) != IS_LONG && Z_TYPE_P(cond_zv) != IS_STRING) { in can_match_use_jumptable()
[all …]

Completed in 42 milliseconds