Home
last modified time | relevance | path

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

/PHP-7.3/ext/date/lib/
H A Dunixtime2tm.c35 timelib_sll days, remainder, tmp_days; in timelib_unixtime2gmt() local
42 remainder = ts - (days * SECS_PER_DAY); in timelib_unixtime2gmt()
43 if (ts < 0 && remainder == 0) { in timelib_unixtime2gmt()
45 remainder -= SECS_PER_DAY; in timelib_unixtime2gmt()
47 TIMELIB_DEBUG(printf("days=%lld, rem=%lld\n", days, remainder);); in timelib_unixtime2gmt()
81 remainder += SECS_PER_DAY; in timelib_unixtime2gmt()
100 hours = remainder / 3600; in timelib_unixtime2gmt()
101 minutes = (remainder - hours * 3600) / 60; in timelib_unixtime2gmt()
102 seconds = remainder % 60; in timelib_unixtime2gmt()
/PHP-7.3/ext/standard/tests/math/
H A Dfmod_variation1.phpt6 * Description: Returns the floating point remainder (modulo) of the division of the arguments.
H A Dfmod_variation2.phpt6 * Description: Returns the floating point remainder (modulo) of the division of the arguments.
/PHP-7.3/ext/phar/phar/
H A Dclicommand.inc237 $r = substr($what, $l); // remainder
238 $r = str_replace("\n", "\n".$sp, $r); // in remainder replace \n's

Completed in 8 milliseconds