Lines Matching refs:op2_type

2442 	if (opline->op2_type == IS_CONST) {  in zend_fetch_prop_info()
2467 if (opline->op2_type == IS_UNUSED) { in zend_fetch_static_prop_info()
2482 } else if (opline->op2_type == IS_CONST) { in zend_fetch_static_prop_info()
2788 orig = assign_dim_result_type(orig, OP2_INFO(), tmp, opline->op2_type); in _zend_update_type_info()
2809 if (opline->op2_type == IS_UNUSED) { in _zend_update_type_info()
2988 tmp = assign_dim_result_type(t1, t2, OP1_DATA_INFO(), opline->op2_type); in _zend_update_type_info()
3109 } else if (opline->op2_type & (IS_TMP_VAR|IS_VAR)) { in _zend_update_type_info()
3151 if (opline->op2_type == IS_CV) { in _zend_update_type_info()
3158 if (opline->op2_type == IS_VAR && opline->extended_value == ZEND_RETURNS_FUNCTION) { in _zend_update_type_info()
3346 if (opline->op2_type == IS_UNUSED) { in _zend_update_type_info()
3373 } else if (opline->op2_type == IS_CONST) { in _zend_update_type_info()
3446 && (opline->op2_type == IS_UNUSED in _zend_update_type_info()
3448 tmp |= assign_dim_array_result_type(arr_type, t2, t1, opline->op2_type); in _zend_update_type_info()
3508 if (opline->op2_type == IS_CV) { in _zend_update_type_info()
3516 if (opline->op2_type != IS_CV) { in _zend_update_type_info()
3531 if (opline->op2_type != IS_CV) { in _zend_update_type_info()
3586 if (opline->op2_type == IS_UNUSED) { in _zend_update_type_info()
3606 if (opline->op2_type != IS_CONST) { in _zend_update_type_info()
3745 opline->op2_type == IS_UNUSED); in _zend_update_type_info()
4374 } else if (opline->op2_type == IS_CONST) { in can_convert_to_double()
4462 opline->op1_type == IS_CV && opline->op2_type == IS_CONST) { in zend_type_narrowing()
4982 if (opline->op2_type == IS_CV) { in zend_may_throw_ex()
4994 } else if (opline->op2_type & (IS_TMP_VAR|IS_VAR)) { in zend_may_throw_ex()
5045 return opline->op2_type == IS_CONST; in zend_may_throw_ex()
5195 …_BE_TRUE|MAY_BE_FALSE|MAY_BE_STRING|MAY_BE_LONG|MAY_BE_DOUBLE)) || opline->op2_type == IS_UNUSED || in zend_may_throw_ex()
5221 if (opline->op2_type != IS_CONST) { in zend_may_throw_ex()
5248 return (opline->op2_type != IS_UNUSED) && (t2 & (MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURCE)); in zend_may_throw_ex()
5250 return (opline->op2_type == IS_UNUSED) || (t2 & (MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURCE)); in zend_may_throw_ex()
5314 if (opline->op2_type == IS_CV in zend_may_throw_ex()
5328 if (opline->op2_type == IS_UNUSED) { in zend_may_throw_ex()