diff options
| author | Matt Wilmas <mattwil@php.net> | 2009-03-18 16:30:21 +0000 |
|---|---|---|
| committer | Matt Wilmas <mattwil@php.net> | 2009-03-18 16:30:21 +0000 |
| commit | 56ee50ac623d1ff6c0d1160e36b70d45d293b600 (patch) | |
| tree | c041eb4c664778c38675eff5700b5d2afe63b6c8 | |
| parent | 3e3721be589072757c4336523875c69ade8cd532 (diff) | |
| download | php-git-56ee50ac623d1ff6c0d1160e36b70d45d293b600.tar.gz | |
MFH: Fixed test on 64-bit
| -rw-r--r-- | Zend/tests/bug45877.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/tests/bug45877.phpt b/Zend/tests/bug45877.phpt index 741bd536f3..2703770560 100644 --- a/Zend/tests/bug45877.phpt +++ b/Zend/tests/bug45877.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #45877 (Array key '2147483647' left as string) +--INI-- +precision=20 --FILE-- <?php $keys = array(PHP_INT_MAX, |
