Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_type_info.h61 #define MAY_BE_ARRAY_STRING_HASH (1<<23) /* hash with string keys */ macro
65 #define MAY_BE_ARRAY_KEY_STRING MAY_BE_ARRAY_STRING_HASH
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_trace.c1755 info->type &= ~(MAY_BE_ARRAY_NUMERIC_HASH|MAY_BE_ARRAY_STRING_HASH); in zend_jit_trace_build_tssa()
1835 info->type &= ~(MAY_BE_ARRAY_NUMERIC_HASH|MAY_BE_ARRAY_STRING_HASH); in zend_jit_trace_build_tssa()
1937 info->type &= ~(MAY_BE_ARRAY_NUMERIC_HASH|MAY_BE_ARRAY_STRING_HASH); in zend_jit_trace_build_tssa()
2220 info->type &= ~(MAY_BE_ARRAY_NUMERIC_HASH|MAY_BE_ARRAY_STRING_HASH); in zend_jit_trace_build_tssa()
5672 op1_info &= ~(MAY_BE_ARRAY_NUMERIC_HASH|MAY_BE_ARRAY_STRING_HASH); in zend_jit_trace()
5674 … ssa->var_info[ssa_op->op1_use].type &= ~(MAY_BE_ARRAY_NUMERIC_HASH|MAY_BE_ARRAY_STRING_HASH); in zend_jit_trace()
5804 op1_info &= ~(MAY_BE_ARRAY_NUMERIC_HASH|MAY_BE_ARRAY_STRING_HASH); in zend_jit_trace()
/PHP-8.2/Zend/Optimizer/
H A Dzend_inference.c2118 tmp |= MAY_BE_ARRAY_STRING_HASH; in zend_array_type_info()
2981 …o[ssa_op->op1_def].type & (MAY_BE_ARRAY_PACKED|MAY_BE_ARRAY_NUMERIC_HASH|MAY_BE_ARRAY_STRING_HASH); in _zend_update_type_info()

Completed in 38 milliseconds