From 8d34fe0d22d1985402f24c16d8c0c25129d92015 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Wed, 6 Oct 2010 17:05:05 +0000 Subject: [PATCH] - Fixed test for bug #50590 on systems with 64-bit longs. --- ext/intl/tests/bug50590.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/intl/tests/bug50590.phpt b/ext/intl/tests/bug50590.phpt index 8a7608a243..c39c333b23 100644 --- a/ext/intl/tests/bug50590.phpt +++ b/ext/intl/tests/bug50590.phpt @@ -10,4 +10,4 @@ var_dump($fmt->parse("Wednesday, January 20, 2038 3:14:07 AM GMT")); ?> --EXPECTF-- -float(2147570047) +%s(2147570047) -- 2.40.0