From 36fadde72c577577bba88a31d1d399fcf3998a01 Mon Sep 17 00:00:00 2001 From: Anatoliy Belsky Date: Thu, 15 Nov 2012 14:31:55 +0100 Subject: [PATCH] Fixed ext/intl/tests/timezone_createDefault_basic.phpt Timezone offsets can be negative --- ext/intl/tests/timezone_createDefault_basic.phpt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ext/intl/tests/timezone_createDefault_basic.phpt b/ext/intl/tests/timezone_createDefault_basic.phpt index a18899fc4f..1988d3b9e5 100644 --- a/ext/intl/tests/timezone_createDefault_basic.phpt +++ b/ext/intl/tests/timezone_createDefault_basic.phpt @@ -18,14 +18,14 @@ IntlTimeZone Object ( [valid] => 1 [id] => %s - [rawOffset] => %d - [currentOffset] => %d + [rawOffset] => %i + [currentOffset] => %i ) IntlTimeZone Object ( [valid] => 1 [id] => %s - [rawOffset] => %d - [currentOffset] => %d + [rawOffset] => %i + [currentOffset] => %i ) -==DONE== \ No newline at end of file +==DONE== -- 2.40.0