Test: /ext/xmlrpc/tests/bug40576.phpt - Version 7.4.3        

Bug #40576 long values are truncated to 6 decimal digits upon encoding
Submitted: 2007-02-21 11:46:29 Modified: 2007-02-21 14:25:30
From: giunta.gaetano Assigned: tony2001
Status: Closed Package: XMLRPC-EPI related
PHP Version: 5.2.1 OS: win2k sp4

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ string(122) "<?xml version="1.0" encoding="utf-8"?> 001- string(125) "<?xml version="1.0" encoding="utf-8"?> 005+ <double>1.123457</double> 005- <double>1.123456789</double> 010+ string(135) "<?xml version="1.0" encoding="utf-8"?> 010- string(130) "<?xml version="1.0" encoding="utf-8"?> 014+ <double>11234567891010.000000</double> 014- <double>1.1234567891E+13</double>