diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2008-01-30 05:37:23 +0000 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2008-01-30 05:37:23 +0000 |
| commit | b8af6b08db096334d02d905960b1cc9de61c7ddb (patch) | |
| tree | 10cf478fc14be8d9d81be4898da29f421e51646b /ext | |
| parent | 7b624a37bc89019c33bbddb656f287ca82f8ddbc (diff) | |
| download | php-git-b8af6b08db096334d02d905960b1cc9de61c7ddb.tar.gz | |
This one depends on the precision setting
Diffstat (limited to 'ext')
| -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..5a141003e4 100644 --- a/ext/json/tests/bug41567.phpt +++ b/ext/json/tests/bug41567.phpt @@ -10,6 +10,8 @@ var_dump(json_decode($a)); echo "Done\n"; ?> +--INI-- +precision=14 --EXPECT-- float(123456789.12345) Done |
