Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_operators.c1065 zval op1_copy, op2_copy; in add_function_slow() local
1129 zval op1_copy, op2_copy; in sub_function_slow() local
1198 zval op1_copy, op2_copy; in mul_function_slow() local
1298 zval op1_copy, op2_copy; in pow_function() local
1893 zval op1_copy, op2_copy; in concat_function() local
1896 ZVAL_UNDEF(&op2_copy); in concat_function()
1931 zval_ptr_dtor_str(&op2_copy); in concat_function()
1937 op2 = &op2_copy; in concat_function()
1964 zval_ptr_dtor_str(&op2_copy); in concat_function()
1992 zval_ptr_dtor_str(&op2_copy); in concat_function()
[all …]

Completed in 11 milliseconds