Test: /ext/json/tests/bug41403.phpt - Version 7.1.15-dev        

Bug #41403 json_decode cannot decode floats if localeconv decimal_point is not '.'
Submitted: 2007-05-15 17:44:30 Modified: 2007-05-16 12:54:33
From: rainer.collet Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 5.2.2 OS: debian etch

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
003+ float(2.1)
003- float(2,1)
007+ float(0.15)
007- float(0,15)
011+ float(123.13452345)
011- float(123,13452345)