timelib_strtotime 25118 ext/date/lib/parse_date.c 	timelib_time time = timelib_strtotime("May 12");
timelib_strtotime   74 ext/date/lib/timelib.h timelib_time *timelib_strtotime(char *s, int len, timelib_error_container **errors, const timelib_tzdb *tzdb, timelib_tz_get_wrapper tz_get_wrapper);
timelib_strtotime  463 ext/date/lib/tm2unixtime.c 	time = timelib_strtotime("10 Feb 2005 06:07:03 PM CET"); /* 1108055223 */
timelib_strtotime 1433 ext/date/php_date.c 	parsed_time = timelib_strtotime(string, strlen(string), &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper);
timelib_strtotime 1470 ext/date/php_date.c 		t = timelib_strtotime(initial_ts, strlen(initial_ts), NULL, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); /* we ignore the error here, as this should never fail */
timelib_strtotime 1492 ext/date/php_date.c 	t = timelib_strtotime(times, time_len, &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper);
timelib_strtotime 2581 ext/date/php_date.c 		dateobj->time = timelib_strtotime(time_str_len ? time_str : "now", time_str_len ? time_str_len : sizeof("now") -1, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper);
timelib_strtotime 3045 ext/date/php_date.c 	parsed_time = timelib_strtotime(date, date_len, &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper);
timelib_strtotime 3101 ext/date/php_date.c 	tmp_time = timelib_strtotime(modify, modify_len, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper);
timelib_strtotime 4283 ext/date/php_date.c 	time = timelib_strtotime(time_str, time_str_len, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper);