Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dunixtime2tm.c42 timelib_sll days, remainder, tmp_days; in timelib_unixtime2gmt() local
49 remainder = ts - (days * SECS_PER_DAY); in timelib_unixtime2gmt()
50 if (ts < 0 && remainder == 0) { in timelib_unixtime2gmt()
52 remainder -= SECS_PER_DAY; in timelib_unixtime2gmt()
54 TIMELIB_DEBUG(printf("days=%lld, rem=%lld\n", days, remainder);); in timelib_unixtime2gmt()
99 remainder += SECS_PER_DAY; in timelib_unixtime2gmt()
118 hours = remainder / 3600; in timelib_unixtime2gmt()
119 minutes = (remainder - hours * 3600) / 60; in timelib_unixtime2gmt()
120 seconds = remainder % 60; in timelib_unixtime2gmt()
/PHP-5.5/ext/standard/tests/math/
H A Dfmod_variation2.phpt6 * Description: Returns the floating point remainder (modulo) of the division of the arguments.
H A Dfmod_variation1.phpt6 * Description: Returns the floating point remainder (modulo) of the division of the arguments.
/PHP-5.5/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
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt3484 the remainder of the subject, namely "issipi", it does not match,
6003 inside subpattern parentheses), the change applies to the remainder of
7325 This verb causes the match to end successfully, skipping the remainder
9470 repeats can match different numbers of times.) When the remainder of
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1671 23. Add the ++ qualifier feature to pcretest, to show the remainder of the
5465 space, because the remainder (the data block) varies in size between 32-bit and
/PHP-5.5/
H A DNEWS1905 The double is now always rounded towards zero, the remainder of its division

Completed in 125 milliseconds