timelib_date_to_int  100 ext/date/lib/timelib.h signed long timelib_date_to_int(timelib_time *d, int *error);
timelib_date_to_int 1090 ext/date/php_date.c 	retval = timelib_date_to_int(parsed_time, &error2);
timelib_date_to_int 1147 ext/date/php_date.c 	ts = timelib_date_to_int(t, &error2);
timelib_date_to_int 1249 ext/date/php_date.c 	ts = timelib_date_to_int(now, &error);
timelib_date_to_int 2557 ext/date/php_date.c 			add_assoc_long(return_value, "sunrise", timelib_date_to_int(t2, &dummy));
timelib_date_to_int 2559 ext/date/php_date.c 			add_assoc_long(return_value, "sunset", timelib_date_to_int(t2, &dummy));
timelib_date_to_int 2562 ext/date/php_date.c 	add_assoc_long(return_value, "transit", timelib_date_to_int(t2, &dummy));
timelib_date_to_int 2577 ext/date/php_date.c 			add_assoc_long(return_value, "civil_twilight_begin", timelib_date_to_int(t2, &dummy));
timelib_date_to_int 2579 ext/date/php_date.c 			add_assoc_long(return_value, "civil_twilight_end", timelib_date_to_int(t2, &dummy));
timelib_date_to_int 2595 ext/date/php_date.c 			add_assoc_long(return_value, "nautical_twilight_begin", timelib_date_to_int(t2, &dummy));
timelib_date_to_int 2597 ext/date/php_date.c 			add_assoc_long(return_value, "nautical_twilight_end", timelib_date_to_int(t2, &dummy));
timelib_date_to_int 2613 ext/date/php_date.c 			add_assoc_long(return_value, "astronomical_twilight_begin", timelib_date_to_int(t2, &dummy));
timelib_date_to_int 2615 ext/date/php_date.c 			add_assoc_long(return_value, "astronomical_twilight_end", timelib_date_to_int(t2, &dummy));