Home
last modified time | relevance | path

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

/PHP-8.2/ext/date/lib/
H A Dunixtime2tm.c59 timelib_sll remainder; in timelib_unixtime2gmt() local
63 remainder = ts % SECS_PER_DAY; in timelib_unixtime2gmt()
64 remainder += (remainder < 0) * SECS_PER_DAY; in timelib_unixtime2gmt()
67 hours = remainder / 3600; in timelib_unixtime2gmt()
68 minutes = (remainder - hours * 3600) / 60; in timelib_unixtime2gmt()
69 seconds = remainder % 60; in timelib_unixtime2gmt()
/PHP-8.2/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 7 milliseconds