diff options
| author | Felipe Pena <felipe@php.net> | 2008-11-19 16:58:28 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2008-11-19 16:58:28 +0000 |
| commit | 83c0eb69ad7a873fcb7a47d31a3258266f2316f0 (patch) | |
| tree | 2db1b35051a4aa3e9b7099edcbc6f300fd56ab39 /ext/json/tests | |
| parent | a46300ec06ba6e8321e600b5abf78f672c53fa08 (diff) | |
| download | php-git-83c0eb69ad7a873fcb7a47d31a3258266f2316f0.tar.gz | |
- Fixed tests
Diffstat (limited to 'ext/json/tests')
| -rw-r--r-- | ext/json/tests/bug41567.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/json/tests/bug41567.phpt b/ext/json/tests/bug41567.phpt index 5553df397c..a253a47b7a 100644 --- a/ext/json/tests/bug41567.phpt +++ b/ext/json/tests/bug41567.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #41567 (json_encode() double conversion is inconsistent with PHP) +--INI-- +precision=14 --SKIPIF-- <?php if (!extension_loaded('json')) print 'skip'; ?> --FILE-- |
