Home
last modified time | relevance | path

Searched refs:op1_copy (Results 1 – 2 of 2) 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
1819 ZVAL_UNDEF(&op1_copy); in concat_function()
1839 op2 = &op1_copy; in concat_function()
1842 op1 = &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()
[all …]
/PHP-8.0/ext/gmp/
H A Dgmp.c408 zval op1_copy; in gmp_do_operation() local
412 ZVAL_COPY_VALUE(&op1_copy, op1); in gmp_do_operation()
413 op1 = &op1_copy; in gmp_do_operation()
418 if (retval == SUCCESS && op1 == &op1_copy) { in gmp_do_operation()

Completed in 23 milliseconds