Searched refs:remainder (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/ext/date/lib/ |
H A D | unixtime2tm.c | 42 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.3/ext/standard/tests/math/ |
H A D | fmod_variation1.phpt | 6 * Description: Returns the floating point remainder (modulo) of the division of the arguments.
|
H A D | fmod_variation2.phpt | 6 * Description: Returns the floating point remainder (modulo) of the division of the arguments.
|
/PHP-5.3/ext/phar/phar/ |
H A D | clicommand.inc | 237 $r = substr($what, $l); // remainder 238 $r = str_replace("\n", "\n".$sp, $r); // in remainder replace \n's
|
/PHP-5.3/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 3321 the remainder of the subject, namely "issipi", it does not match, 4556 The remainder of this document discusses the patterns that are sup- 5623 inside subpattern parentheses), the change applies to the remainder of 6929 This verb causes the match to end successfully, skipping the remainder 8928 repeats can match different numbers of times.) When the remainder of
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | ChangeLog | 735 23. Add the ++ qualifier feature to pcretest, to show the remainder of the 4528 space, because the remainder (the data block) varies in size between 32-bit and
|
Completed in 67 milliseconds