Home
last modified time | relevance | path

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

/PHP-8.1/Zend/Optimizer/
H A Dzend_inference.c2178 if (arr_type & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_FALSE)) { in assign_dim_array_result_type()
2184 if (arr_type & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_FALSE)) { in assign_dim_array_result_type()
2193 if (arr_type & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_FALSE)) { in assign_dim_array_result_type()
2214 uint32_t tmp = arr_type & ~(MAY_BE_RC1|MAY_BE_RCN); in assign_dim_result_type()
2216 if (arr_type & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_FALSE)) { in assign_dim_result_type()
2227 tmp |= assign_dim_array_result_type(arr_type, dim_type, value_type, dim_op_type); in assign_dim_result_type()
3344 uint32_t arr_type; in _zend_update_type_info() local
3346 arr_type = 0; in _zend_update_type_info()
3348 arr_type = RES_USE_INFO(); in _zend_update_type_info()
3350 tmp = MAY_BE_RC1|MAY_BE_ARRAY|arr_type; in _zend_update_type_info()
[all …]

Completed in 21 milliseconds