Lines Matching refs:timelib_date_to_int
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()
5271 add_assoc_long(return_value, "nautical_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5287 add_assoc_long(return_value, "astronomical_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5289 add_assoc_long(return_value, "astronomical_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()