From: Xinchen Hui Date: Tue, 17 Oct 2017 03:35:40 +0000 (+0800) Subject: Try to fix test X-Git-Tag: php-7.2.0RC5~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f73f2436a968833d06067ad5fd1d2f17e0927b5;p=php Try to fix test --- diff --git a/ext/intl/tests/bug75378.phpt b/ext/intl/tests/bug75378.phpt index c79e7f68a2..c3909ce4dd 100644 --- a/ext/intl/tests/bug75378.phpt +++ b/ext/intl/tests/bug75378.phpt @@ -11,7 +11,7 @@ $formatter = new IntlDateFormatter("en-GB", IntlDateFormatter::NONE, IntlDateFor $position = 0; $parsedDate = $formatter->parse("2017-10-12", $position); var_dump($parsedDate, $position); -$localdate = $formatter->localtime("2017-10-12", $position1); +$localdate = $formatter->localtime("2017-10-12 00:00:00", $position1); var_dump($localdate, $position1); ?> --EXPECT--