Home
last modified time | relevance | path

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

/PHP-8.2/Zend/Optimizer/
H A Dzend_inference.c2200 if (arr_type & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_FALSE)) { in assign_dim_array_result_type()
2206 if (arr_type & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_FALSE)) { in assign_dim_array_result_type()
2215 if (arr_type & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_FALSE)) { in assign_dim_array_result_type()
2237 uint32_t tmp = arr_type & ~(MAY_BE_RC1|MAY_BE_RCN); in assign_dim_result_type()
2239 if (arr_type & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_FALSE)) { in assign_dim_result_type()
2250 tmp |= assign_dim_array_result_type(arr_type, dim_type, value_type, dim_op_type); in assign_dim_result_type()
3400 uint32_t arr_type; in _zend_update_type_info() local
3402 arr_type = 0; in _zend_update_type_info()
3404 arr_type = RES_USE_INFO(); in _zend_update_type_info()
3406 tmp = MAY_BE_RC1|MAY_BE_ARRAY|arr_type; in _zend_update_type_info()
[all …]

Completed in 16 milliseconds