Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dtimelib.c170 timelib_long timelib_date_to_int(timelib_time *d, int *error) in timelib_date_to_int() function
H A Dtimelib.h962 timelib_long timelib_date_to_int(timelib_time *d, int *error);
/php-src/ext/date/
H A Dphp_date.c1070 retval = timelib_date_to_int(parsed_time, &error2); in php_parse_date()
1124 ts = timelib_date_to_int(t, &epoch_does_not_fit_in_zend_long); in PHP_FUNCTION()
1207 ts = timelib_date_to_int(now, &epoch_does_not_fit_in_zend_long); in php_mktime()
3939 timestamp = timelib_date_to_int(dateobj->time, &epoch_does_not_fit_in_zend_long); in PHP_FUNCTION()
5595 add_assoc_long(return_value, "sunrise", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5597 add_assoc_long(return_value, "sunset", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5600 add_assoc_long(return_value, "transit", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5615 add_assoc_long(return_value, "civil_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5617 add_assoc_long(return_value, "civil_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5633 add_assoc_long(return_value, "nautical_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
[all …]

Completed in 31 milliseconds