Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/tests/
H A DDateTimeZone_getTransitions_error.phpt5 /* Prototype : array DateTimeZone::getTransitions ([ int $timestamp_begin [, int $timestamp_end
20 $timestamp_end = mktime(0, 0, 0, 1, 1, 1975);
23 var_dump( $tz->getTransitions($timestamp_begin, $timestamp_end, $extra_arg) );
H A Dtimezone_transitions_get_error.phpt5 …ezone_transitions_get ( DateTimeZone $object, [ int $timestamp_begin [, int $timestamp_end ]] )
22 $timestamp_end = mktime(0, 0, 0, 1, 1, 1975);
24 var_dump( timezone_transitions_get($tz, $timestamp_begin, $timestamp_end, $extra_arg) );
H A Dtimezone_transitions_get_variation3.phpt5 …ezone_transitions_get ( DateTimeZone $object, [ int $timestamp_begin [, int $timestamp_end ]] )
11 …_transitions_get() : usage variation - unexpected values to first argument \$timestamp_end ***\n";
101 foreach($inputs as $variation =>$timestamp_end) {
103 $tran = timezone_transitions_get($tz, $timestamp_begin, $timestamp_end);
114 …ezone_transitions_get() : usage variation - unexpected values to first argument $timestamp_end ***
H A Dtimezone_transitions_get_variation2.phpt5 …ezone_transitions_get ( DateTimeZone $object, [ int $timestamp_begin [, int $timestamp_end ]] )
99 $timestamp_end = mktime(0, 0, 0, 1, 1, 1975);
103 $tran = timezone_transitions_get($tz, $timestamp_begin, $timestamp_end);
H A Dtimezone_transitions_get_basic1.phpt5 …ezone_transitions_get ( DateTimeZone $object, [ int $timestamp_begin [, int $timestamp_end ]] )
H A Dtimezone_transitions_get_variation1.phpt5 …ezone_transitions_get ( DateTimeZone $object, [ int $timestamp_begin [, int $timestamp_end ]] )
/PHP-5.5/ext/date/
H A Dphp_date.c337 ZEND_ARG_INFO(0, timestamp_end)
342 ZEND_ARG_INFO(0, timestamp_end)
3874 long timestamp_begin = LONG_MIN, timestamp_end = LONG_MAX; in PHP_FUNCTION() local
3876 …S_CC, getThis(), "O|ll", &object, date_ce_timezone, &timestamp_begin, &timestamp_end) == FAILURE) { in PHP_FUNCTION()
3940 if (tzobj->tzi.tz->trans[i] < timestamp_end) { in PHP_FUNCTION()

Completed in 24 milliseconds