Searched refs:timelib_date_to_int (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/date/lib/ |
H A D | timelib.c | 170 timelib_long timelib_date_to_int(timelib_time *d, int *error) in timelib_date_to_int() function
|
H A D | timelib.h | 962 timelib_long timelib_date_to_int(timelib_time *d, int *error);
|
/PHP-8.2/ext/date/ |
H A D | php_date.c | 1047 retval = timelib_date_to_int(parsed_time, &error2); in php_parse_date() 1101 ts = timelib_date_to_int(t, &epoch_does_not_fit_in_zend_long); in PHP_FUNCTION() 1184 ts = timelib_date_to_int(now, &epoch_does_not_fit_in_zend_long); in php_mktime() 3673 timestamp = timelib_date_to_int(dateobj->time, &epoch_does_not_fit_in_zend_long); in PHP_FUNCTION() 5231 add_assoc_long(return_value, "sunrise", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION() 5233 add_assoc_long(return_value, "sunset", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION() 5236 add_assoc_long(return_value, "transit", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION() 5251 add_assoc_long(return_value, "civil_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION() 5253 add_assoc_long(return_value, "civil_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION() 5269 add_assoc_long(return_value, "nautical_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION() [all …]
|
Completed in 22 milliseconds