Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c5853 zval *cond_zv; in determine_switch_jumptable_type() local
5866 if (Z_TYPE_P(cond_zv) != IS_LONG && Z_TYPE_P(cond_zv) != IS_STRING) { in determine_switch_jumptable_type()
5872 common_type = Z_TYPE_P(cond_zv); in determine_switch_jumptable_type()
5873 } else if (common_type != Z_TYPE_P(cond_zv)) { in determine_switch_jumptable_type()
5878 if (Z_TYPE_P(cond_zv) == IS_STRING in determine_switch_jumptable_type()
5879 && is_numeric_string(Z_STRVAL_P(cond_zv), Z_STRLEN_P(cond_zv), NULL, NULL, 0)) { in determine_switch_jumptable_type()
5990 zval *cond_zv = zend_ast_get_zval(cond_ast); in zend_compile_switch() local
5995 if (Z_TYPE_P(cond_zv) == IS_LONG) { in zend_compile_switch()
6071 zval *cond_zv = zend_ast_get_zval(*cond_ast); in can_match_use_jumptable() local
6072 if (Z_TYPE_P(cond_zv) != IS_LONG && Z_TYPE_P(cond_zv) != IS_STRING) { in can_match_use_jumptable()
[all …]

Completed in 29 milliseconds