Home
last modified time | relevance | path

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

/PHP-8.3/ext/date/
H A Dphp_date.c4096 zend_long timestamp_begin = ZEND_LONG_MIN, timestamp_end = INT32_MAX; in PHP_FUNCTION() local
4098 …ters(ZEND_NUM_ARGS(), getThis(), "O|ll", &object, date_ce_timezone, &timestamp_begin, &timestamp_e… in PHP_FUNCTION()
4109 add_assoc_long(&element, "ts", timestamp_begin); \ in PHP_FUNCTION()
4110 …c_str(&element, "time", php_format_date(DATE_FORMAT_ISO8601_LARGE_YEAR, 13, timestamp_begin, 0)); \ in PHP_FUNCTION()
4143 #define add_last() add(tzobj->tzi.tz->bit64.timecnt - 1, timestamp_begin) in PHP_FUNCTION()
4147 if (timestamp_begin == ZEND_LONG_MIN) { in PHP_FUNCTION()
4156 if (tzobj->tzi.tz->trans[begin] > timestamp_begin) { in PHP_FUNCTION()
4158 add(begin - 1, timestamp_begin); in PHP_FUNCTION()
4173 timelib_time_offset *tto = timelib_get_time_zone_info(timestamp_begin, tzobj->tzi.tz); in PHP_FUNCTION()
4174 add_from_tto(tto, timestamp_begin); in PHP_FUNCTION()
[all …]

Completed in 21 milliseconds