Searched refs:timelib_date_to_int (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/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.3/ext/date/ |
H A D | php_date.c | 1065 retval = timelib_date_to_int(parsed_time, &error2); in php_parse_date() 1119 ts = timelib_date_to_int(t, &epoch_does_not_fit_in_zend_long); in PHP_FUNCTION() 1202 ts = timelib_date_to_int(now, &epoch_does_not_fit_in_zend_long); in php_mktime() 3756 timestamp = timelib_date_to_int(dateobj->time, &epoch_does_not_fit_in_zend_long); in PHP_FUNCTION() 5419 add_assoc_long(return_value, "sunrise", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION() 5421 add_assoc_long(return_value, "sunset", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION() 5424 add_assoc_long(return_value, "transit", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION() 5439 add_assoc_long(return_value, "civil_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION() 5441 add_assoc_long(return_value, "civil_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION() 5457 add_assoc_long(return_value, "nautical_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION() [all …]
|
Completed in 28 milliseconds