/PHP-8.0/ext/date/tests/ |
H A D | bug73489.phpt | 2 Bug #73489: wrong timestamp when call setTimeZone multi times with UTC offset 8 $datetime->setTimeZone(new DateTimeZone('-03:00')); 9 $datetime->setTimeZone(new DateTimeZone('-03:00')); 12 // example 2 - Timestamp keeps if you use getTimestamp() before second setTimeZone() calls 15 $datetime->setTimeZone(new DateTimeZone('-03:00')); 17 $datetime->setTimeZone(new DateTimeZone('-03:00'));
|
H A D | bug45529.phpt | 11 $d->setTimeZone($tz1); 14 $d->setTimeZone($tz2);
|
H A D | rfc-datetime_and_daylight_saving_time-type3-bd2.phpt | 27 $end->setTimeZone($tz); 33 $end->setTimeZone($tz); 39 $end->setTimeZone($tz); 45 $end->setTimeZone($tz);
|
H A D | rfc-datetime_and_daylight_saving_time-type3-bs.phpt | 18 $end->setTimeZone($tz); 43 $end->setTimeZone($tz); 50 $end->setTimeZone($tz); 63 $end->setTimeZone($tz);
|
H A D | DateTime_getTimeZone_basic1.phpt | 17 $object->setTimeZone($la_time);
|
H A D | bug45543.phpt | 19 $d2->setTimeZone($tz);
|
H A D | bug48097.phpt | 12 $d->setTimeZone( new DateTimeZone( 'Europe/Budapest' ) );
|
/PHP-8.0/ext/intl/tests/ |
H A D | calendar_setTimeZone_variation2.phpt | 2 IntlCalendar::setTimeZone(): different ways to specify time zone 14 $intlcal->setTimeZone('Europe/Paris'); 16 $intlcal->setTimeZone(new DateTimeZone('Europe/Madrid')); 20 $intlcal->setTimeZone($pstdate->getTimeZone()); 24 $intlcal->setTimeZone($offsetdate->getTimeZone());
|
H A D | dateformat_setTimeZone_error.phpt | 2 IntlDateFormatter::setTimeZone() bad args 15 var_dump($df->setTimeZone(array())); 16 var_dump($df->setTimeZone('non existing timezone')); 22 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'Array' in %s o… 25 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'non existing t…
|
H A D | calendar_setTimeZone_error2.phpt | 2 IntlCalendar::setTimeZone(): valid time zones for DateTime but not ICU 16 $intlcal->setTimeZone($pstdate->getTimeZone()); 20 $intlcal->setTimeZone($pstdate->getTimeZone()); 24 Warning: IntlCalendar::setTimeZone(): intlcal_set_time_zone: time zone id 'WEST' extracted from ext… 27 Warning: IntlCalendar::setTimeZone(): intlcal_set_time_zone: object has an time zone offset that's …
|
H A D | calendar_setTimeZone_error.phpt | 2 IntlCalendar::setTimeZone(): bad arguments 23 var_dump($c->setTimeZone($gmt, 2)); 28 var_dump($c->setTimeZone()); 45 error: 0, IntlCalendar::setTimeZone() expects exactly 1 argument, 2 given 47 error: 0, IntlCalendar::setTimeZone() expects exactly 1 argument, 0 given
|
H A D | dateformat_get_set_timezone.phpt | 2 IntlDateFormatter: get/setTimeZone() 27 $df->setTimeZone(NULL); 30 $df->setTimeZone('Europe/Madrid'); 33 $df->setTimeZone(IntlTimeZone::createTimeZone('Europe/Paris')); 36 $df->setTimeZone(new DateTimeZone('Europe/Amsterdam'));
|
H A D | dateformat_get_set_timezone_variant2.phpt | 2 IntlDateFormatter: get/setTimeZone() 27 $df->setTimeZone(NULL); 30 $df->setTimeZone('Europe/Madrid'); 33 $df->setTimeZone(IntlTimeZone::createTimeZone('Europe/Paris')); 36 $df->setTimeZone(new DateTimeZone('Europe/Amsterdam'));
|
H A D | dateformat_get_set_timezone_variant3.phpt | 2 IntlDateFormatter: get/setTimeZone() 28 $df->setTimeZone(NULL); 31 $df->setTimeZone('Europe/Madrid'); 34 $df->setTimeZone(IntlTimeZone::createTimeZone('Europe/Paris')); 37 $df->setTimeZone(new DateTimeZone('Europe/Amsterdam'));
|
H A D | dateformat_get_set_timezone_variant4.phpt | 2 IntlDateFormatter: get/setTimeZone() 28 $df->setTimeZone(NULL); 31 $df->setTimeZone('Europe/Madrid'); 34 $df->setTimeZone(IntlTimeZone::createTimeZone('Europe/Paris')); 37 $df->setTimeZone(new DateTimeZone('Europe/Amsterdam'));
|
H A D | dateformat_get_set_timezone_variant5.phpt | 2 IntlDateFormatter: get/setTimeZone() 27 $df->setTimeZone(NULL); 30 $df->setTimeZone('Europe/Madrid'); 33 $df->setTimeZone(IntlTimeZone::createTimeZone('Europe/Paris')); 36 $df->setTimeZone(new DateTimeZone('Europe/Amsterdam'));
|
H A D | calendar_setTimeZone_variation1.phpt | 2 IntlCalendar::setTimeZone() variation with NULL arg 18 $intlcal->setTimeZone(null);
|
H A D | calendar_setTimeZone_basic.phpt | 2 IntlCalendar::setTimeZone() basic test 17 $intlcal->setTimeZone(IntlTimeZone::getGMT());
|
H A D | dateformat_set_timezone_id2.phpt | 60 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'CN' in %s on l…
|
H A D | dateformat_set_timezone_id3.phpt | 60 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'CN' in %sut_co…
|
H A D | ut_common.inc | 370 …return $GLOBALS['oo-mode'] ? $fmt->setTimeZone( $timezone_id ) : datefmt_set_timezone( $fmt ,$time…
|
/PHP-8.0/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 67 public function setTimeZone($timezone) {} function in IntlDateFormatter
|
H A D | dateformat_arginfo.h | 114 …ZEND_ME_MAPPING(setTimeZone, datefmt_set_timezone, arginfo_class_IntlDateFormatter_setTimeZone, ZE…
|
/PHP-8.0/ext/intl/calendar/ |
H A D | calendar.stub.php | 274 public function setTimeZone($timezone) {} function in IntlCalendar
|
H A D | calendar_arginfo.h | 260 …ZEND_ME_MAPPING(setTimeZone, intlcal_set_time_zone, arginfo_class_IntlCalendar_setTimeZone, ZEND_A…
|