Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dmath.c1323 zend_long dividend, divisor; in PHP_FUNCTION() local
1326 Z_PARAM_LONG(dividend) in PHP_FUNCTION()
1333 } else if (divisor == -1 && dividend == ZEND_LONG_MIN) { in PHP_FUNCTION()
1340 RETURN_LONG(dividend / divisor); in PHP_FUNCTION()
H A Dbasic_functions.c1770 ZEND_ARG_INFO(0, dividend)

Completed in 17 milliseconds