Lines Matching refs:MAY_BE_STRING

1860 		return MAY_BE_STRING | MAY_BE_RC1 | MAY_BE_RCN;  in get_ssa_alias_types()
1881 if ((__type & MAY_BE_RC1) && (__type & MAY_BE_STRING)) {\
2076 } else if (tmp & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURCE)) { in zend_array_element_type()
2081 if (t1 & MAY_BE_STRING) { in zend_array_element_type()
2082 tmp |= MAY_BE_STRING | MAY_BE_RC1; in zend_array_element_type()
2112 if (tmp & (MAY_BE_ARRAY|MAY_BE_STRING)) { in assign_dim_result_type()
2128 if (dim_type & MAY_BE_STRING) { in assign_dim_result_type()
2225 if ((t1_type & MAY_BE_STRING) && (t2_type & MAY_BE_STRING)) { in binary_op_result_type()
2226 tmp |= MAY_BE_STRING | MAY_BE_RC1; in binary_op_result_type()
2228 if ((t1_type & ~MAY_BE_STRING) || (t2_type & ~MAY_BE_STRING)) { in binary_op_result_type()
2239 tmp = MAY_BE_STRING | MAY_BE_RC1 | MAY_BE_RCN; in binary_op_result_type()
2277 …tmp |= MAY_BE_STRING|MAY_BE_OBJECT|MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_ANY|MAY_BE_ARRAY_OF_ANY|MAY_BE_AR… in zend_fetch_arg_info()
2357 if (t1 & MAY_BE_STRING) { in zend_update_type_info()
2358 tmp |= MAY_BE_STRING | MAY_BE_RC1; in zend_update_type_info()
2360 if (t1 & (MAY_BE_ANY-MAY_BE_STRING)) { in zend_update_type_info()
2404 } else if ((t1 & MAY_BE_STRING) && in zend_update_type_info()
2417 if (tmp & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURCE)) { in zend_update_type_info()
2425 (t1 & (MAY_BE_STRING|MAY_BE_OBJECT))) { in zend_update_type_info()
2510 if (tmp & (MAY_BE_STRING|MAY_BE_ARRAY)) { in zend_update_type_info()
2551 if (t1 & (MAY_BE_ANY - (MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING | MAY_BE_ARRAY))) { in zend_update_type_info()
2608 if (t1 & MAY_BE_STRING) { in zend_update_type_info()
2609 tmp |= MAY_BE_STRING | MAY_BE_LONG | MAY_BE_DOUBLE; in zend_update_type_info()
2670 if (t1 & MAY_BE_STRING) { in zend_update_type_info()
2671 tmp |= MAY_BE_STRING | MAY_BE_LONG | MAY_BE_DOUBLE; in zend_update_type_info()
2687 if (t1 & MAY_BE_STRING) { in zend_update_type_info()
2688 tmp |= MAY_BE_STRING; in zend_update_type_info()
2690 if (t1 & ((MAY_BE_ANY|MAY_BE_UNDEF) - MAY_BE_STRING)) { in zend_update_type_info()
2702 if (t1 & (MAY_BE_ANY - (MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING | MAY_BE_ARRAY))) { in zend_update_type_info()
2926 UPDATE_SSA_TYPE(MAY_BE_STRING|MAY_BE_RC1|MAY_BE_RCN, ssa_ops[i].result_def); in zend_update_type_info()
2948 } else if (tmp & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURCE)) { in zend_update_type_info()
3088 if (t2 & (MAY_BE_STRING)) { in zend_update_type_info()
3160 } else if (tmp & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURCE)) { in zend_update_type_info()
3176 tmp |= MAY_BE_STRING | MAY_BE_RCN; in zend_update_type_info()
3202 if (t1 & (MAY_BE_STRING|MAY_BE_ARRAY)) { in zend_update_type_info()
3217 if (t2 & MAY_BE_STRING) { in zend_update_type_info()
3321 opline->opcode != ZEND_FETCH_LIST_R ? t1 : ((t1 & ~MAY_BE_STRING) | MAY_BE_NULL), in zend_update_type_info()
3335 } else if (opline->opcode == ZEND_FETCH_DIM_IS && (t1 & MAY_BE_STRING)) { in zend_update_type_info()
3406 …BE_RCN|MAY_BE_NULL|MAY_BE_FALSE|MAY_BE_TRUE|MAY_BE_LONG|MAY_BE_DOUBLE|MAY_BE_STRING|MAY_BE_RESOURC… in zend_update_type_info()
3410 … & (MAY_BE_ANY - (MAY_BE_NULL|MAY_BE_FALSE|MAY_BE_TRUE|MAY_BE_LONG|MAY_BE_DOUBLE|MAY_BE_STRING))) { in zend_update_type_info()
3424 UPDATE_SSA_TYPE(MAY_BE_FALSE|MAY_BE_STRING|MAY_BE_RCN, ssa_ops[i].result_def); in zend_update_type_info()
3427 UPDATE_SSA_TYPE(MAY_BE_STRING|MAY_BE_RC1|MAY_BE_RCN, ssa_ops[i].result_def); in zend_update_type_info()
3441 if (tmp & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURCE)) { in zend_update_type_info()
3862 } else if (ret->type & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURCE)) { in zend_init_func_return_info()
4293 return (t1 & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT)) || in zend_may_throw()
4294 (t2 & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT)); in zend_may_throw()
4306 return (t1 & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT)) || in zend_may_throw()
4307 (t2 & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT)); in zend_may_throw()
4310 return (t1 & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT)) || in zend_may_throw()
4311 (t2 & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT)) || in zend_may_throw()
4321 if ((t1 & MAY_BE_ANY) == MAY_BE_STRING in zend_may_throw()
4322 && (t2 & MAY_BE_ANY) == MAY_BE_STRING) { in zend_may_throw()
4325 return (t1 & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT)) || in zend_may_throw()
4326 (t2 & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT)); in zend_may_throw()
4363 return (t1 & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT)) || in zend_may_throw()
4364 (t2 & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT)); in zend_may_throw()
4382 return (t1 & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT)) || in zend_may_throw()
4383 (t2 & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT)); in zend_may_throw()
4389 return (t1 & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT)) || in zend_may_throw()
4390 (t2 & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT)) || in zend_may_throw()
4405 if ((t1 & MAY_BE_ANY) == MAY_BE_STRING in zend_may_throw()
4406 && (t2 & MAY_BE_ANY) == MAY_BE_STRING) { in zend_may_throw()
4409 return (t1 & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT)) || in zend_may_throw()
4410 (t2 & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT)); in zend_may_throw()
4420 …return (t1 & (MAY_BE_OBJECT|MAY_BE_RESOURCE|MAY_BE_TRUE|MAY_BE_STRING|MAY_BE_LONG|MAY_BE_DOUBLE)) … in zend_may_throw()
4446 if (t2 & (MAY_BE_ANY-MAY_BE_STRING)) { in zend_may_throw()
4467 return (t1 & MAY_BE_ANY) != MAY_BE_STRING; in zend_may_throw()