Searched refs:timestamp_begin (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/date/ |
H A D | php_date.c | 4275 zend_long timestamp_begin = ZEND_LONG_MIN, timestamp_end = INT32_MAX; in PHP_FUNCTION() local 4277 …ters(ZEND_NUM_ARGS(), getThis(), "O|ll", &object, date_ce_timezone, ×tamp_begin, ×tamp_e… in PHP_FUNCTION() 4288 add_assoc_long(&element, "ts", timestamp_begin); \ in PHP_FUNCTION() 4289 …c_str(&element, "time", php_format_date(DATE_FORMAT_ISO8601_LARGE_YEAR, 13, timestamp_begin, 0)); \ in PHP_FUNCTION() 4322 #define add_last() add(tzobj->tzi.tz->bit64.timecnt - 1, timestamp_begin) in PHP_FUNCTION() 4326 if (timestamp_begin == ZEND_LONG_MIN) { in PHP_FUNCTION() 4335 if (tzobj->tzi.tz->trans[begin] > timestamp_begin) { in PHP_FUNCTION() 4337 add(begin - 1, timestamp_begin); in PHP_FUNCTION() 4352 timelib_time_offset *tto = timelib_get_time_zone_info(timestamp_begin, tzobj->tzi.tz); in PHP_FUNCTION() 4353 add_from_tto(tto, timestamp_begin); in PHP_FUNCTION() [all …]
|
Completed in 16 milliseconds