--TEST-- Test that floats are converted to string locale independently --SKIPIF-- --FILE-- --EXPECT-- C locale: - casting: 3.14 3.14 3.14 - *printf functions: 3.14 3.14 3.14 3.14 - export/import: 3.14 d:3.14; 3.14 - debugging: 3.14 float(3.14) float(3.14) - other: 3.14 de_DE locale: - casting: 3.14 3.14 3.14 - *printf functions: 3,14 3.14 3,14 3.14 - export/import: 3.14 d:3.14; 3.14 - debugging: 3.14 float(3.14) float(3.14) - other: 3.14