Searched refs:remainder (Results 1 – 6 of 6) sorted by relevance
/PHP-7.1/ext/date/lib/ |
H A D | unixtime2tm.c | 46 timelib_sll days, remainder, tmp_days; in timelib_unixtime2gmt() local 53 remainder = ts - (days * SECS_PER_DAY); in timelib_unixtime2gmt() 54 if (ts < 0 && remainder == 0) { in timelib_unixtime2gmt() 56 remainder -= SECS_PER_DAY; in timelib_unixtime2gmt() 58 TIMELIB_DEBUG(printf("days=%lld, rem=%lld\n", days, remainder);); in timelib_unixtime2gmt() 103 remainder += SECS_PER_DAY; in timelib_unixtime2gmt() 122 hours = remainder / 3600; in timelib_unixtime2gmt() 123 minutes = (remainder - hours * 3600) / 60; in timelib_unixtime2gmt() 124 seconds = remainder % 60; in timelib_unixtime2gmt()
|
/PHP-7.1/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-7.1/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-7.1/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 3484 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-7.1/ext/pcre/pcrelib/ |
H A D | ChangeLog | 1671 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
|
Completed in 41 milliseconds