Home
last modified time | relevance | path

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

/PHP-8.4/Zend/Optimizer/
H A Dzend_inference.c2255 uint32_t t1_type = (t1 & MAY_BE_ANY) | (t1 & MAY_BE_UNDEF ? MAY_BE_NULL : 0); in binary_op_result_type() local
2261 if ((t1_type & MAY_BE_OBJECT) || (t2_type & MAY_BE_OBJECT)) { in binary_op_result_type()
2269 if (t1_type == MAY_BE_LONG && t2_type == MAY_BE_LONG) { in binary_op_result_type()
2279 } else if (t1_type == MAY_BE_DOUBLE || t2_type == MAY_BE_DOUBLE) { in binary_op_result_type()
2281 } else if (t1_type == MAY_BE_ARRAY && t2_type == MAY_BE_ARRAY) { in binary_op_result_type()
2287 if ((t1_type & MAY_BE_ARRAY) && (t2_type & MAY_BE_ARRAY)) { in binary_op_result_type()
2296 if (t1_type == MAY_BE_LONG && t2_type == MAY_BE_LONG) { in binary_op_result_type()
2306 } else if (t1_type == MAY_BE_DOUBLE || t2_type == MAY_BE_DOUBLE) { in binary_op_result_type()
2314 if (t1_type == MAY_BE_DOUBLE || t2_type == MAY_BE_DOUBLE) { in binary_op_result_type()
2329 if ((t1_type & MAY_BE_STRING) && (t2_type & MAY_BE_STRING)) { in binary_op_result_type()
[all …]

Completed in 15 milliseconds