Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c4290 zend_long timestamp_begin = ZEND_LONG_MIN, timestamp_end = INT32_MAX; in PHP_FUNCTION() local
4292 …ters(ZEND_NUM_ARGS(), getThis(), "O|ll", &object, date_ce_timezone, &timestamp_begin, &timestamp_e… in PHP_FUNCTION()
4303 add_assoc_long(&element, "ts", timestamp_begin); \ in PHP_FUNCTION()
4304 …c_str(&element, "time", php_format_date(DATE_FORMAT_ISO8601_LARGE_YEAR, 13, timestamp_begin, 0)); \ in PHP_FUNCTION()
4337 #define add_last() add(tzobj->tzi.tz->bit64.timecnt - 1, timestamp_begin) in PHP_FUNCTION()
4341 if (timestamp_begin == ZEND_LONG_MIN) { in PHP_FUNCTION()
4350 if (tzobj->tzi.tz->trans[begin] > timestamp_begin) { in PHP_FUNCTION()
4352 add(begin - 1, timestamp_begin); in PHP_FUNCTION()
4367 timelib_time_offset *tto = timelib_get_time_zone_info(timestamp_begin, tzobj->tzi.tz); in PHP_FUNCTION()
4368 add_from_tto(tto, timestamp_begin); in PHP_FUNCTION()
[all …]

Completed in 22 milliseconds