Home
last modified time | relevance | path

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

/PHP-8.0/ext/date/lib/
H A Dtimelib.c59 timelib_time* timelib_time_ctor(void) in timelib_time_ctor() function
88 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 Dtimelib.h813 timelib_time* timelib_time_ctor(void);
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 Dparse_date.re1888 in.time = timelib_time_ctor();
1906 in.time = timelib_time_ctor();
2075 in.time = timelib_time_ctor();
H A Dparse_date.c25118 in.time = timelib_time_ctor(); in timelib_strtotime()
25136 in.time = timelib_time_ctor(); in timelib_strtotime()
25305 in.time = timelib_time_ctor(); in timelib_parse_from_format_with_map()
/PHP-8.0/ext/date/
H A Dphp_date.c817 t = timelib_time_ctor(); in php_format_date()
845 t = timelib_time_ctor(); in php_idate()
1042 now = timelib_time_ctor(); in PHP_FUNCTION()
1095 now = timelib_time_ctor(); in php_mktime()
1218 ts = timelib_time_ctor(); in php_strftime()
1338 ts = timelib_time_ctor(); in PHP_FUNCTION()
1392 ts = timelib_time_ctor(); in PHP_FUNCTION()
2310 now = timelib_time_ctor(); in php_date_initialize()
4579 t = timelib_time_ctor(); in php_do_date_sunrise_sunset()
4653 t = timelib_time_ctor(); in PHP_FUNCTION()
[all …]

Completed in 66 milliseconds