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 | da6366e74a131a975ec7af1d797c025e1379cefb (patch) | |
| tree | b5f7511ce87a6b5f4154930439195059f7af2ab7 | |
| parent | 1f9cf93cacce03f13adf26465c9ba523cd34578f (diff) | |
| download | php-git-da6366e74a131a975ec7af1d797c025e1379cefb.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) | 
