Home
last modified time | relevance | path

Searched refs:fraction (Results 1 – 16 of 16) sorted by relevance

/PHP-7.2/ext/date/tests/
H A Ddate-lenient.phpt25 [fraction] =>
47 [fraction] =>
69 [fraction] =>
91 [fraction] =>
113 [fraction] =>
134 [fraction] =>
H A Ddate_parse_001.phpt32 ["fraction"]=>
60 ["fraction"]=>
88 ["fraction"]=>
124 ["fraction"]=>
154 ["fraction"]=>
182 ["fraction"]=>
210 ["fraction"]=>
248 ["fraction"]=>
284 ["fraction"]=>
H A Ddate-parse-by-format001.phpt18 [fraction] => 0
39 [fraction] => 0
H A Ddate_parse_basic1.phpt36 ["fraction"]=>
64 ["fraction"]=>
92 ["fraction"]=>
H A Dbug50392.phpt13 echo $result['fraction'] ? $result['fraction'] : 'X', "\n";
H A Dbug35499.phpt28 ["fraction"]=>
64 ["fraction"]=>
H A Dbug41709.phpt20 [fraction] => 0
H A Dbug52430.phpt21 ["fraction"]=>
H A Dbug51994.phpt23 ["fraction"]=>
H A Dbug67251.phpt22 ["fraction"]=>
H A Dbug67253.phpt23 ["fraction"]=>
H A Dbug41523-64bit.phpt29 ["fraction"]=>
H A Dbug41523.phpt29 ["fraction"]=>
H A Ddate_parse_error.phpt56 ["fraction"]=>
H A Ddate_time_fractions.phpt23 /* These should reset the time (and hence fraction) to 0 */
/PHP-7.2/ext/date/lib/
H A Dtm2unixtime.c36 static void do_range_limit_fraction(timelib_sll *fraction, timelib_sll *seconds) in do_range_limit_fraction() argument
38 if (*fraction < 0) { in do_range_limit_fraction()
39 *fraction += 1000000; in do_range_limit_fraction()
42 if (*fraction >= 1000000) { in do_range_limit_fraction()
43 *fraction -= 1000000; in do_range_limit_fraction()

Completed in 38 milliseconds