Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c2380 static void php_date_set_time_fraction(timelib_time *time, int microsecond) in php_date_set_time_fraction() function
2486 php_date_set_time_fraction(now, usec); in php_date_initialize()
2519 php_date_set_time_fraction(dateobj->time, usec); in php_date_initialize_from_ts_long()
3820 php_date_set_time_fraction(dateobj->time, 0); in php_date_timestamp_set()
3885 php_date_set_time_fraction(new_dateobj->time, (int)us); in PHP_METHOD()
3915 php_date_set_time_fraction(dateobj->time, (int)us); in PHP_METHOD()

Completed in 21 milliseconds