Searched refs:timestamp_end (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 …GS(), getThis(), "O|ll", &object, date_ce_timezone, ×tamp_begin, ×tamp_end) == FAILURE) { in PHP_FUNCTION() 4363 if (tzobj->tzi.tz->trans[i] < timestamp_end) { in PHP_FUNCTION() 4378 timelib_unixtime2date(timestamp_end, &end_y, &dummy_m, &dummy_d); in PHP_FUNCTION() 4392 if (transitions.times[j] > timestamp_end) { in PHP_FUNCTION()
|
Completed in 27 milliseconds