Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_operators.c1000 zval op1_copy, op2_copy; in add_function_slow() local
1064 zval op1_copy, op2_copy; in sub_function_slow() local
1133 zval op1_copy, op2_copy; in mul_function_slow() local
1233 zval op1_copy, op2_copy; in pow_function() local
1817 zval op1_copy, op2_copy; in concat_function() local
1820 ZVAL_UNDEF(&op2_copy); in concat_function()
1855 zval_ptr_dtor_str(&op2_copy); in concat_function()
1861 op2 = &op2_copy; in concat_function()
1888 zval_ptr_dtor_str(&op2_copy); in concat_function()
1916 zval_ptr_dtor_str(&op2_copy); in concat_function()
[all …]

Completed in 18 milliseconds