Browse Source

Fix test

experimental/the_5_4_that_isnt_5_4
Rasmus Lerdorf 16 years ago
parent
commit
c0b00711fa
  1. 4
      Zend/tests/bug45877.phpt

4
Zend/tests/bug45877.phpt

@ -1,7 +1,7 @@
--TEST--
Bug #45877 (Array key '2147483647' left as string)
--INI--
precision=20
precision=16
--FILE--
<?php
$keys = array(PHP_INT_MAX,
@ -18,6 +18,6 @@ array(3) {
int(1)
[-%d8]=>
int(1)
["%d8"]=>
["%s"]=>
int(1)
}
Loading…
Cancel
Save