Lines Matching refs:timelib_sll

1093 static char *english_suffix(timelib_sll number)  in english_suffix()
1109 static const char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_full_day_name()
1111 timelib_sll day_of_week = timelib_day_of_week(y, m, d); in php_date_full_day_name()
1118 static const char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name()
1120 timelib_sll day_of_week = timelib_day_of_week(y, m, d); in php_date_short_day_name()
1136 timelib_sll isoweek, isoyear; in date_format()
1197 …uffer, sizeof(buffer), "%s%04lld", t->y < 0 ? "-" : "", php_date_llabs((timelib_sll) t->y)); break; in date_format()
1272 case 'U': length = slprintf(buffer, sizeof(buffer), "%lld", (timelib_sll) t->sse); break; in date_format()
1342 timelib_sll isoweek, isoyear; in php_idate()
1539 (ZEND_NUM_ARGS() == 2) ? (timelib_sll) preset_ts : (timelib_sll) php_time()); in PHP_FUNCTION()
1582 timelib_unixtime2gmt(now, (timelib_sll) php_time()); in php_mktime()
1587 timelib_unixtime2local(now, (timelib_sll) php_time()); in php_mktime()
1703 timelib_unixtime2gmt(ts, (timelib_sll) timestamp); in php_strftime()
1708 timelib_unixtime2local(ts, (timelib_sll) timestamp); in php_strftime()
1819 timelib_unixtime2local(ts, (timelib_sll) timestamp); in PHP_FUNCTION()
1866 timelib_unixtime2local(ts, (timelib_sll) timestamp); in PHP_FUNCTION()
2391 timelib_sll utc_offset = tzobj->tzi.utc_offset; in php_timezone_to_string()
2659 timelib_sll new_offset = 0; in php_date_initialize()
2727 timelib_unixtime2local(now, (timelib_sll) sec); in php_date_initialize()
3713 timelib_unixtime2local(dateobj->time, (timelib_sll)timestamp); in php_date_timestamp_set()
4164 timelib_sll value = -1; in date_interval_read_property()
4388 PHP_DATE_INTERVAL_READ_PROPERTY("y", y, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4389 PHP_DATE_INTERVAL_READ_PROPERTY("m", m, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4390 PHP_DATE_INTERVAL_READ_PROPERTY("d", d, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4391 PHP_DATE_INTERVAL_READ_PROPERTY("h", h, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4392 PHP_DATE_INTERVAL_READ_PROPERTY("i", i, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4393 PHP_DATE_INTERVAL_READ_PROPERTY("s", s, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4942 timelib_sll rise, set, transit; in php_do_date_sunrise_sunset()
5053 timelib_sll rise, set, transit; in PHP_FUNCTION()