Home
last modified time | relevance | path

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

/PHP-7.1/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.c1055 in.begin = timelib_time_ctor(); in timelib_strtointerval()
1068 in.end = timelib_time_ctor(); in timelib_strtointerval()
H A Dparse_date.re1799 in.time = timelib_time_ctor();
1817 in.time = timelib_time_ctor();
1910 in.time = timelib_time_ctor();
H A Dparse_date.c24905 in.time = timelib_time_ctor(); in timelib_strtotime()
24923 in.time = timelib_time_ctor(); in timelib_strtotime()
25016 in.time = timelib_time_ctor(); in timelib_parse_from_format()
/PHP-7.1/ext/date/
H A Dphp_date.c1275 t = timelib_time_ctor(); in php_format_date()
1304 t = timelib_time_ctor(); in php_idate()
1493 now = timelib_time_ctor(); in PHP_FUNCTION()
1530 now = timelib_time_ctor(); in php_mktime()
1647 ts = timelib_time_ctor(); in php_strftime()
1757 ts = timelib_time_ctor(); in PHP_FUNCTION()
1803 ts = timelib_time_ctor(); in PHP_FUNCTION()
2699 now = timelib_time_ctor(); in php_date_initialize()
4908 t = timelib_time_ctor(); in php_do_date_sunrise_sunset()
4979 t = timelib_time_ctor(); in PHP_FUNCTION()
[all …]

Completed in 66 milliseconds