Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_type_info.h60 #define MAY_BE_ARRAY_NUMERIC_HASH (1<<22) /* hash with numeric keys */ macro
64 #define MAY_BE_ARRAY_KEY_LONG (MAY_BE_ARRAY_PACKED | MAY_BE_ARRAY_NUMERIC_HASH)
69 #define MAY_BE_HASH(t) ((t) & (MAY_BE_ARRAY_NUMERIC_HASH | MAY_BE_ARRAY_KEY_STRING))
/php-src/Zend/Optimizer/
H A Dzend_inference.c2115 tmp |= MAY_BE_ARRAY_NUMERIC_HASH; in zend_array_type_info()
2198 tmp |= MAY_BE_HASH_ONLY(arr_type) ? MAY_BE_ARRAY_NUMERIC_HASH : MAY_BE_ARRAY_KEY_LONG; in assign_dim_array_result_type()
2204 tmp |= MAY_BE_HASH_ONLY(arr_type) ? MAY_BE_ARRAY_NUMERIC_HASH : MAY_BE_ARRAY_KEY_LONG; in assign_dim_array_result_type()
2213 tmp |= MAY_BE_HASH_ONLY(arr_type) ? MAY_BE_ARRAY_NUMERIC_HASH : MAY_BE_ARRAY_KEY_LONG; in assign_dim_array_result_type()
2979 …tmp |= ssa->var_info[ssa_op->op1_def].type & (MAY_BE_ARRAY_PACKED|MAY_BE_ARRAY_NUMERIC_HASH|MAY_BE… in _zend_update_type_info()
3582 MAY_BE_ARRAY_NUMERIC_HASH : MAY_BE_ARRAY_KEY_LONG; in _zend_update_type_info()
3591 MAY_BE_ARRAY_NUMERIC_HASH : MAY_BE_ARRAY_KEY_LONG; in _zend_update_type_info()
3603 MAY_BE_ARRAY_NUMERIC_HASH : MAY_BE_ARRAY_KEY_LONG; in _zend_update_type_info()
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c1821 info->type &= ~(MAY_BE_ARRAY_NUMERIC_HASH|MAY_BE_ARRAY_STRING_HASH); in zend_jit_trace_build_tssa()
1906 info->type &= ~(MAY_BE_ARRAY_NUMERIC_HASH|MAY_BE_ARRAY_STRING_HASH); in zend_jit_trace_build_tssa()
2008 info->type &= ~(MAY_BE_ARRAY_NUMERIC_HASH|MAY_BE_ARRAY_STRING_HASH); in zend_jit_trace_build_tssa()
2291 info->type &= ~(MAY_BE_ARRAY_NUMERIC_HASH|MAY_BE_ARRAY_STRING_HASH); in zend_jit_trace_build_tssa()
5763 op1_info &= ~(MAY_BE_ARRAY_NUMERIC_HASH|MAY_BE_ARRAY_STRING_HASH); in zend_jit_trace()
5765 … ssa->var_info[ssa_op->op1_use].type &= ~(MAY_BE_ARRAY_NUMERIC_HASH|MAY_BE_ARRAY_STRING_HASH); in zend_jit_trace()
5907 op1_info &= ~(MAY_BE_ARRAY_NUMERIC_HASH|MAY_BE_ARRAY_STRING_HASH); in zend_jit_trace()
H A Dzend_jit_ir.c11535 if (op1_info & MAY_BE_ARRAY_NUMERIC_HASH) {
11593 if (op1_info & MAY_BE_ARRAY_NUMERIC_HASH) {
11642 if (op1_info & MAY_BE_ARRAY_NUMERIC_HASH) {
11725 (op1_info & MAY_BE_ARRAY_NUMERIC_HASH)) {
11766 …if (!(op1_info & MAY_BE_ARRAY_KEY_LONG) || (op1_info & MAY_BE_ARRAY_NUMERIC_HASH) || packed_loaded…

Completed in 94 milliseconds