Home
last modified time | relevance | path

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

/PHP-5.6/ext/date/lib/
H A Dtimelib.h148 timelib_long timelib_date_to_int(timelib_time *d, int *error);
H A Dtimelib.c201 timelib_long timelib_date_to_int(timelib_time *d, int *error) in timelib_date_to_int() function
/PHP-5.6/ext/date/
H A Dphp_date.c1441 retval = timelib_date_to_int(parsed_time, &error2); in php_parse_date()
1497 ts = timelib_date_to_int(t, &error2); in PHP_FUNCTION()
1590 ts = timelib_date_to_int(now, &error); in php_mktime()
3648 timestamp = timelib_date_to_int(dateobj->time, &error); in PHP_FUNCTION()
4863 add_assoc_long(return_value, "sunrise", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4865 add_assoc_long(return_value, "sunset", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4868 add_assoc_long(return_value, "transit", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4883 add_assoc_long(return_value, "civil_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4885 add_assoc_long(return_value, "civil_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4901 add_assoc_long(return_value, "nautical_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
[all …]

Completed in 25 milliseconds