Lines Matching refs:IS_VAR

165 	if ((type) & (IS_TMP_VAR|IS_VAR)) { \
395 if (op_type & (IS_TMP_VAR|IS_VAR)) { in _get_zval_ptr()
396 if (!ZEND_DEBUG || op_type == IS_VAR) { in _get_zval_ptr()
416 if (op_type & (IS_TMP_VAR|IS_VAR)) { in _get_op_data_zval_ptr_r()
417 if (!ZEND_DEBUG || op_type == IS_VAR) { in _get_op_data_zval_ptr_r()
437 if (op_type & (IS_TMP_VAR|IS_VAR)) { in _get_zval_ptr_deref()
441 ZEND_ASSERT(op_type == IS_VAR); in _get_zval_ptr_deref()
458 if (op_type & (IS_TMP_VAR|IS_VAR)) { in _get_op_data_zval_ptr_deref_r()
462 ZEND_ASSERT(op_type == IS_VAR); in _get_op_data_zval_ptr_deref_r()
479 if (op_type & (IS_TMP_VAR|IS_VAR)) { in _get_zval_ptr_undef()
480 if (!ZEND_DEBUG || op_type == IS_VAR) { in _get_zval_ptr_undef()
517 ZEND_ASSERT(op_type == IS_VAR); in _get_zval_ptr_ptr()
658 if (opline->op1_type != IS_VAR || EXPECTED(!Z_ISERROR_P(object))) { in make_real_object()
1459 if (opline->op1_type == IS_VAR && opline->op1.var == var) { in zend_wrong_string_offset()
1522 if (opline->op2_type == IS_VAR && opline->op2.var == var) { in zend_wrong_string_offset()
2981 zend_assign_to_property_reference(container, IS_VAR, prop_ptr, IS_CONST, value_ptr in zend_assign_to_property_reference_var_const()
2987 zend_assign_to_property_reference(container, IS_UNUSED, prop_ptr, IS_VAR, value_ptr in zend_assign_to_property_reference_this_var()
2993 zend_assign_to_property_reference(container, IS_VAR, prop_ptr, IS_VAR, value_ptr in zend_assign_to_property_reference_var_var()
3270 if (value_type & (IS_VAR|IS_TMP_VAR)) { in zend_assign_to_typed_ref()
4717 if (opline->result_type & (IS_VAR | IS_TMP_VAR)) { \
4754 case IS_VAR: in zend_get_zval_ptr()