/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
date
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/date/tests/68062.phpt
--TEST-- DateTimeZone::getOffset() accepts a DateTimeInterface object --FILE-- <?php $tz = new DateTimeZone('Europe/London'); $dt = new DateTimeImmutable('2014-09-20', $tz); echo $tz->getOffset($dt), "\n"; try { echo $tz->getOffset(1); } catch (TypeError $e) { echo $e->getMessage(), "\n"; } ?> --EXPECT-- 3600 DateTimeZone::getOffset(): Argument #1 ($datetime) must be of type DateTimeInterface, int given
Copyright ©2k19 -
Hexid
|
Tex7ure