--TEST-- Test vsprintf() function : usage variations - scientific formats with scientific values --FILE-- ===DONE=== --EXPECT-- *** Testing vprintf() : scientific formats and scientific values *** -- Iteration 1 -- 0.000000e+0 +1.000000e+0 1.000000e+3 int(36) -- Iteration 2 -- 2.200000e+2 e 1.000000e+1 1.000000e+10 int(38) -- Iteration 3 -- -2.2000e+13 1.0000e+21 1.2000e+2 int(32) -- Iteration 4 -- #########1.000000e+1 1.000000e+2 $$$$$$$$-1.000000e+3 _________1.000000e+2 int(74) -- Iteration 5 -- 1.000000e+3 2.000000e+3 3.000000e+3 4.000000e+3 int(47) ===DONE===