diff options
author | Scott MacVicar <scottmac@php.net> | 2009-01-02 12:13:10 +0000 |
---|---|---|
committer | Scott MacVicar <scottmac@php.net> | 2009-01-02 12:13:10 +0000 |
commit | 1f4754a0bfd1567b454a8c76562e8be187db24e6 (patch) | |
tree | 0aa260c79cc20e560848c89f90d532939c3e17a7 | |
parent | 3fc970cc4fb6029a2bb3faa794bad64921990d1b (diff) | |
download | php-git-1f4754a0bfd1567b454a8c76562e8be187db24e6.tar.gz |
Duplicate INI sections
-rw-r--r-- | ext/json/tests/bug41567.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/json/tests/bug41567.phpt b/ext/json/tests/bug41567.phpt index 31a184f4c8..a253a47b7a 100644 --- a/ext/json/tests/bug41567.phpt +++ b/ext/json/tests/bug41567.phpt @@ -12,8 +12,6 @@ var_dump(json_decode($a)); echo "Done\n"; ?> ---INI-- -precision=14 --EXPECT-- float(123456789.12345) Done |