Lines Matching refs:op1_copy

976 	zval op1_copy, op2_copy;  in add_function_slow()  local
988 op1 = zendi_convert_scalar_to_number(op1, &op1_copy, result, 0); in add_function_slow()
991 op1 = zendi_convert_scalar_to_number(op1, &op1_copy, result, 0); in add_function_slow()
1048 zval op1_copy, op2_copy; in sub_function_slow() local
1059 op1 = zendi_convert_scalar_to_number(op1, &op1_copy, result, 0); in sub_function_slow()
1062 op1 = zendi_convert_scalar_to_number(op1, &op1_copy, result, 0); in sub_function_slow()
1099 zval op1_copy, op2_copy; in mul_function() local
1133 op1 = zendi_convert_scalar_to_number(op1, &op1_copy, result, 0); in mul_function()
1136 op1 = zendi_convert_scalar_to_number(op1, &op1_copy, result, 0); in mul_function()
1160 zval op1_copy, op2_copy; in pow_function() local
1233 op1 = zendi_convert_scalar_to_number(op1, &op1_copy, result, 0); in pow_function()
1252 op1 = zendi_convert_scalar_to_number(op1, &op1_copy, result, 0); in pow_function()
1280 zval op1_copy, op2_copy; in div_function() local
1333 op1 = zendi_convert_scalar_to_number(op1, &op1_copy, result, 0); in div_function()
1336 op1 = zendi_convert_scalar_to_number(op1, &op1_copy, result, 0); in div_function()
1817 zval op1_copy, op2_copy; in concat_function() local
1819 ZVAL_UNDEF(&op1_copy); in concat_function()
1829 ZVAL_STR(&op1_copy, zval_get_string_func(op1)); in concat_function()
1831 zval_ptr_dtor_str(&op1_copy); in concat_function()
1839 op2 = &op1_copy; in concat_function()
1842 op1 = &op1_copy; in concat_function()
1854 zval_ptr_dtor_str(&op1_copy); in concat_function()
1887 zval_ptr_dtor_str(&op1_copy); in concat_function()
1915 zval_ptr_dtor_str(&op1_copy); in concat_function()
2029 zval op1_copy, op2_copy; in compare_function() local
2190 op1 = zendi_convert_scalar_to_number(op1, &op1_copy, result, 1); in compare_function()