timelib_date_to_int  127 date/lib/timelib.h signed long timelib_date_to_int(timelib_time *d, int *error);
timelib_date_to_int 1318 date/php_date.c 	retval = timelib_date_to_int(parsed_time, &error2);
timelib_date_to_int 1375 date/php_date.c 	ts = timelib_date_to_int(t, &error2);
timelib_date_to_int 1469 date/php_date.c 	ts = timelib_date_to_int(now, &error);
timelib_date_to_int 3100 date/php_date.c 	timestamp = timelib_date_to_int(dateobj->time, &error);
timelib_date_to_int 4152 date/php_date.c 			add_assoc_long(return_value, "sunrise", timelib_date_to_int(t2, &dummy));
timelib_date_to_int 4154 date/php_date.c 			add_assoc_long(return_value, "sunset", timelib_date_to_int(t2, &dummy));
timelib_date_to_int 4157 date/php_date.c 	add_assoc_long(return_value, "transit", timelib_date_to_int(t2, &dummy));
timelib_date_to_int 4172 date/php_date.c 			add_assoc_long(return_value, "civil_twilight_begin", timelib_date_to_int(t2, &dummy));
timelib_date_to_int 4174 date/php_date.c 			add_assoc_long(return_value, "civil_twilight_end", timelib_date_to_int(t2, &dummy));
timelib_date_to_int 4190 date/php_date.c 			add_assoc_long(return_value, "nautical_twilight_begin", timelib_date_to_int(t2, &dummy));
timelib_date_to_int 4192 date/php_date.c 			add_assoc_long(return_value, "nautical_twilight_end", timelib_date_to_int(t2, &dummy));
timelib_date_to_int 4208 date/php_date.c 			add_assoc_long(return_value, "astronomical_twilight_begin", timelib_date_to_int(t2, &dummy));
timelib_date_to_int 4210 date/php_date.c 			add_assoc_long(return_value, "astronomical_twilight_end", timelib_date_to_int(t2, &dummy));