Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c2159 uint32_t t1_type = (t1 & MAY_BE_ANY) | (t1 & MAY_BE_UNDEF ? MAY_BE_NULL : 0); in binary_op_result_type() local
2165 if ((t1_type & MAY_BE_OBJECT) || (t2_type & MAY_BE_OBJECT)) { in binary_op_result_type()
2173 if (t1_type == MAY_BE_LONG && t2_type == MAY_BE_LONG) { in binary_op_result_type()
2183 } else if (t1_type == MAY_BE_DOUBLE || t2_type == MAY_BE_DOUBLE) { in binary_op_result_type()
2185 } else if (t1_type == MAY_BE_ARRAY && t2_type == MAY_BE_ARRAY) { in binary_op_result_type()
2191 if ((t1_type & MAY_BE_ARRAY) && (t2_type & MAY_BE_ARRAY)) { in binary_op_result_type()
2200 if (t1_type == MAY_BE_LONG && t2_type == MAY_BE_LONG) { in binary_op_result_type()
2210 } else if (t1_type == MAY_BE_DOUBLE || t2_type == MAY_BE_DOUBLE) { in binary_op_result_type()
2218 if (t1_type == MAY_BE_DOUBLE || t2_type == MAY_BE_DOUBLE) { in binary_op_result_type()
2233 if ((t1_type & MAY_BE_STRING) && (t2_type & MAY_BE_STRING)) { in binary_op_result_type()
[all …]

Completed in 14 milliseconds