timelib_date_to_int 148 ext/date/lib/timelib.h timelib_long timelib_date_to_int(timelib_time *d, int *error); timelib_date_to_int 1441 ext/date/php_date.c retval = timelib_date_to_int(parsed_time, &error2); timelib_date_to_int 1497 ext/date/php_date.c ts = timelib_date_to_int(t, &error2); timelib_date_to_int 1590 ext/date/php_date.c ts = timelib_date_to_int(now, &error); timelib_date_to_int 3647 ext/date/php_date.c timestamp = timelib_date_to_int(dateobj->time, &error); timelib_date_to_int 4858 ext/date/php_date.c add_assoc_long(return_value, "sunrise", timelib_date_to_int(t2, &dummy)); timelib_date_to_int 4860 ext/date/php_date.c add_assoc_long(return_value, "sunset", timelib_date_to_int(t2, &dummy)); timelib_date_to_int 4863 ext/date/php_date.c add_assoc_long(return_value, "transit", timelib_date_to_int(t2, &dummy)); timelib_date_to_int 4878 ext/date/php_date.c add_assoc_long(return_value, "civil_twilight_begin", timelib_date_to_int(t2, &dummy)); timelib_date_to_int 4880 ext/date/php_date.c add_assoc_long(return_value, "civil_twilight_end", timelib_date_to_int(t2, &dummy)); timelib_date_to_int 4896 ext/date/php_date.c add_assoc_long(return_value, "nautical_twilight_begin", timelib_date_to_int(t2, &dummy)); timelib_date_to_int 4898 ext/date/php_date.c add_assoc_long(return_value, "nautical_twilight_end", timelib_date_to_int(t2, &dummy)); timelib_date_to_int 4914 ext/date/php_date.c add_assoc_long(return_value, "astronomical_twilight_begin", timelib_date_to_int(t2, &dummy)); timelib_date_to_int 4916 ext/date/php_date.c add_assoc_long(return_value, "astronomical_twilight_end", timelib_date_to_int(t2, &dummy));