Home
last modified time | relevance | path

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

/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_inference.c2129 uint32_t t1_type = (t1 & MAY_BE_ANY) | (t1 & MAY_BE_UNDEF ? MAY_BE_NULL : 0); in binary_op_result_type() local
2134 if ((t1_type & MAY_BE_OBJECT) || (t2_type & MAY_BE_OBJECT)) { in binary_op_result_type()
2141 if (t1_type == MAY_BE_LONG && t2_type == MAY_BE_LONG) { in binary_op_result_type()
2150 } else if (t1_type == MAY_BE_DOUBLE || t2_type == MAY_BE_DOUBLE) { in binary_op_result_type()
2152 } else if (t1_type == MAY_BE_ARRAY && t2_type == MAY_BE_ARRAY) { in binary_op_result_type()
2158 if ((t1_type & MAY_BE_ARRAY) && (t2_type & MAY_BE_ARRAY)) { in binary_op_result_type()
2167 if (t1_type == MAY_BE_LONG && t2_type == MAY_BE_LONG) { in binary_op_result_type()
2176 } else if (t1_type == MAY_BE_DOUBLE || t2_type == MAY_BE_DOUBLE) { in binary_op_result_type()
2184 if (t1_type == MAY_BE_DOUBLE || t2_type == MAY_BE_DOUBLE) { in binary_op_result_type()
2199 if ((t1_type & MAY_BE_STRING) && (t2_type & MAY_BE_STRING)) { in binary_op_result_type()
[all …]

Completed in 19 milliseconds