Home
last modified time | relevance | path

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

/PHP-5.6/ext/date/lib/
H A Dtimelib.c39 timelib_time* timelib_time_ctor(void) in timelib_time_ctor() function
57 timelib_time *tmp = timelib_time_ctor(); in timelib_time_clone()
H A Dastro.c234 t_utc = timelib_time_ctor(); in timelib_astro_rise_set_altitude()
H A Dtimelib.h137 timelib_time* timelib_time_ctor(void);
H A Dparse_iso_intervals.re450 in.begin = timelib_time_ctor();
463 in.end = timelib_time_ctor();
H A Dparse_iso_intervals.c956 in.begin = timelib_time_ctor(); in timelib_strtointerval()
969 in.end = timelib_time_ctor(); in timelib_strtointerval()
H A Dparse_date.re1756 in.time = timelib_time_ctor();
1774 in.time = timelib_time_ctor();
1867 in.time = timelib_time_ctor();
H A Dparse_date.c23867 in.time = timelib_time_ctor(); in timelib_strtotime()
23885 in.time = timelib_time_ctor(); in timelib_strtotime()
23978 in.time = timelib_time_ctor(); in timelib_parse_from_format()
/PHP-5.6/ext/date/
H A Dphp_date.c1251 t = timelib_time_ctor(); in php_format_date()
1280 t = timelib_time_ctor(); in php_idate()
1466 now = timelib_time_ctor(); in PHP_FUNCTION()
1523 now = timelib_time_ctor(); in php_mktime()
1659 ts = timelib_time_ctor(); in php_strftime()
1769 ts = timelib_time_ctor(); in PHP_FUNCTION()
1815 ts = timelib_time_ctor(); in PHP_FUNCTION()
2624 now = timelib_time_ctor(); in php_date_initialize()
4769 t = timelib_time_ctor(); in php_do_date_sunrise_sunset()
4840 t = timelib_time_ctor(); in PHP_FUNCTION()
[all …]

Completed in 75 milliseconds