Searched refs:timelib_strtotime (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/date/lib/ |
H A D | tm2unixtime.c | 496 time = timelib_strtotime("10 Feb 2005 06:07:03 PM CET"); /* 1108055223 */
|
H A D | timelib.h | 516 timelib_time *timelib_strtotime(const char *s, size_t len, timelib_error_container **errors, const …
|
H A D | parse_date.re | 1999 timelib_time *timelib_strtotime(const char *s, size_t len, timelib_error_container **errors, const … 2744 timelib_time time = timelib_strtotime("May 12");
|
H A D | parse_date.c | 24849 timelib_time *timelib_strtotime(const char *s, size_t len, timelib_error_container **errors, const … in timelib_strtotime() function 25594 timelib_time time = timelib_strtotime("May 12"); in main()
|
/PHP-8.2/ext/date/ |
H A D | php_date.c | 1039 …parsed_time = timelib_strtotime(string, strlen(string), &error, DATE_TIMEZONEDB, php_date_parse_tz… in php_parse_date() 1089 t = timelib_strtotime(ZSTR_VAL(times), ZSTR_LEN(times), &error, in PHP_FUNCTION() 2390 …dateobj->time = timelib_strtotime(time_str, time_str_len, &err, DATE_TIMEZONEDB, php_date_parse_tz… in php_date_initialize() 3059 …parsed_time = timelib_strtotime(ZSTR_VAL(date), ZSTR_LEN(date), &error, DATE_TIMEZONEDB, php_date_… in PHP_FUNCTION() 3111 …tmp_time = timelib_strtotime(modify, modify_len, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrap… in php_date_modify() 4345 …time = timelib_strtotime(Z_STRVAL_P(date_str), Z_STRLEN_P(date_str), &err, DATE_TIMEZONEDB, php_da… in php_date_interval_initialize_from_hash() 4573 …time = timelib_strtotime(ZSTR_VAL(time_str), ZSTR_LEN(time_str), &err, DATE_TIMEZONEDB, php_date_p… in PHP_FUNCTION()
|
Completed in 63 milliseconds