Searched refs:timelib_parse_from_format (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/date/lib/ |
H A D | timelib.h | 88 timelib_time *timelib_parse_from_format(char *format, char *s, size_t len, timelib_error_container …
|
H A D | parse_date.re | 1850 timelib_time *timelib_parse_from_format(char *format, char *string, size_t len, timelib_error_conta…
|
H A D | parse_date.c | 23961 timelib_time *timelib_parse_from_format(char *format, char *string, size_t len, timelib_error_conta… in timelib_parse_from_format() function
|
/PHP-7.0/ext/date/ |
H A D | php_date.c | 2561 …dateobj->time = timelib_parse_from_format(format, time_str_len ? time_str : "", time_str_len ? tim… in php_date_initialize() 3040 …parsed_time = timelib_parse_from_format(format, date, date_len, &error, DATE_TIMEZONEDB, php_date_… in PHP_FUNCTION()
|
Completed in 56 milliseconds