--TEST-- IntlTimeZone::getOffset(): errors --SKIPIF-- int cast behavior. */ $arch = php_uname('m'); if ($arch != 'x86_64' && $arch != 'i386') die('skip requires x86'); ?> --FILE-- getOffset(INF, true, $a, $a)); intltz_get_offset(null, time()*1000, false, $a, $a); ?> --EXPECTF-- Warning: IntlTimeZone::getOffset(): intltz_get_offset: error obtaining offset in %s on line %d bool(false) Fatal error: Uncaught TypeError: intltz_get_offset(): Argument #1 ($timezone) must be of type IntlTimeZone, null given in %s:%d Stack trace: #0 %s(%d): intltz_get_offset(NULL, %d, false, NULL, NULL) #1 {main} thrown in %s on line %d