Home
last modified time | relevance | path

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

/php-src/Zend/Optimizer/
H A Dzend_inference.c2186 uint32_t arr_type, uint32_t dim_type, uint32_t value_type, uint8_t dim_op_type) { in assign_dim_array_result_type() argument
2195 if (arr_type & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_FALSE)) { in assign_dim_array_result_type()
2201 if (arr_type & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_FALSE)) { in assign_dim_array_result_type()
2210 if (arr_type & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_FALSE)) { in assign_dim_array_result_type()
2232 uint32_t tmp = arr_type & ~(MAY_BE_RC1|MAY_BE_RCN); in assign_dim_result_type()
2234 if (arr_type & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_FALSE)) { in assign_dim_result_type()
3425 uint32_t arr_type; in _zend_update_type_info() local
3427 arr_type = 0; in _zend_update_type_info()
3429 arr_type = RES_USE_INFO(); in _zend_update_type_info()
3431 tmp = MAY_BE_RC1|MAY_BE_ARRAY|arr_type; in _zend_update_type_info()
[all …]

Completed in 15 milliseconds