Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_operators.c1324 static int ZEND_FASTCALL div_function_base(zval *result, zval *op1, zval *op2) /* {{{ */ in div_function_base() function
1371 int retval = div_function_base(result, op1, op2); in div_function()
1392 retval = div_function_base(&result_copy, &op1_copy, &op2_copy); in div_function()

Completed in 10 milliseconds