Home
last modified time | relevance | path

Searched refs:timelib_time_ctor (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/date/lib/
H A Dtimelib.c61 timelib_time* timelib_time_ctor(void) in timelib_time_ctor() function
90 timelib_time *tmp = timelib_time_ctor(); in timelib_time_clone()
H A Dastro.c235 t_utc = timelib_time_ctor(); in timelib_astro_rise_set_altitude()
H A Dparse_iso_intervals.re372 in.begin = timelib_time_ctor();
385 in.end = timelib_time_ctor();
H A Dparse_iso_intervals.c977 in.begin = timelib_time_ctor(); in timelib_strtointerval()
990 in.end = timelib_time_ctor(); in timelib_strtointerval()
H A Dtimelib.h903 timelib_time* timelib_time_ctor(void);
H A Dparse_tz.c477 timelib_time *t = timelib_time_ctor(); in format_ut_time()
H A Dparse_date.re2017 in.time = timelib_time_ctor();
2035 in.time = timelib_time_ctor();
2206 in.time = timelib_time_ctor();
H A Dparse_date.c24867 in.time = timelib_time_ctor(); in timelib_strtotime()
24885 in.time = timelib_time_ctor(); in timelib_strtotime()
25056 in.time = timelib_time_ctor(); in timelib_parse_from_format_with_map()
/php-src/ext/date/
H A Dphp_date.c879 t = timelib_time_ctor(); in php_format_date()
907 t = timelib_time_ctor(); in php_idate()
1106 now = timelib_time_ctor(); in PHP_FUNCTION()
1159 now = timelib_time_ctor(); in php_mktime()
1282 ts = timelib_time_ctor(); in php_strftime()
1402 ts = timelib_time_ctor(); in PHP_FUNCTION()
1456 ts = timelib_time_ctor(); in PHP_FUNCTION()
2469 now = timelib_time_ctor(); in php_date_initialize()
5499 t = timelib_time_ctor(); in php_do_date_sunrise_sunset()
5573 t = timelib_time_ctor(); in PHP_FUNCTION()
[all …]

Completed in 72 milliseconds