Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_operators.c1395 static int ZEND_FASTCALL div_function_base(zval *result, zval *op1, zval *op2) /* {{{ */ in div_function_base() function
1442 int retval = div_function_base(result, op1, op2); in div_function()
1463 retval = div_function_base(&result_copy, &op1_copy, &op2_copy); in div_function()

Completed in 12 milliseconds