diff options
author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2010-10-06 17:05:05 +0000 |
---|---|---|
committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2010-10-06 17:05:05 +0000 |
commit | 8d34fe0d22d1985402f24c16d8c0c25129d92015 (patch) | |
tree | 34d5494a488131dbfdaabb1c3615c52a112b2f34 | |
parent | 1f86f6be316cb3a1241f9558c025ce84cf115637 (diff) | |
download | php-git-8d34fe0d22d1985402f24c16d8c0c25129d92015.tar.gz |
- Fixed test for bug #50590 on systems with 64-bit longs.
-rw-r--r-- | ext/intl/tests/bug50590.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |