Home
last modified time | relevance | path

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

/php-src/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-src/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-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます20899 # CLUT or data size remainder is 12 (Ch), but 03 for dBase memo test.dbt
24332 # JSON text data terminated by the zero character; unused remainder empty and filled with zeroes li…
H A Dmagic20899 # CLUT or data size remainder is 12 (Ch), but 03 for dBase memo test.dbt
24332 # JSON text data terminated by the zero character; unused remainder empty and filled with zeroes li…

Completed in 401 milliseconds