--TEST-- Test round() function : usage variations - different data types as $precision argument --INI-- precision=14 --FILE-- ===Done=== --EXPECTF-- *** Testing round() : usage variations *** -- Iteration 1 -- float(123) -- Iteration 2 -- float(123.4) -- Iteration 3 -- float(123.4456789) -- Iteration 4 -- float(0) -- Iteration 5 -- float(123.4456789) -- Iteration 6 -- float(123.4456789) -- Iteration 7 -- float(0) -- Iteration 8 -- float(123.4456789) -- Iteration 9 -- float(123) -- Iteration 10 -- float(123) -- Iteration 11 -- float(123) -- Iteration 12 -- float(123) -- Iteration 13 -- float(123.4) -- Iteration 14 -- float(123) -- Iteration 15 -- float(123.4) -- Iteration 16 -- float(123) -- Iteration 17 -- Warning: round() expects parameter 2 to be long, string given in %s on line %d NULL -- Iteration 18 -- Warning: round() expects parameter 2 to be long, string given in %s on line %d NULL -- Iteration 19 -- Warning: round() expects parameter 2 to be long, array given in %s on line %d NULL -- Iteration 20 -- Warning: round() expects parameter 2 to be long, string given in %s on line %d NULL -- Iteration 21 -- Warning: round() expects parameter 2 to be long, string given in %s on line %d NULL -- Iteration 22 -- Warning: round() expects parameter 2 to be long, string given in %s on line %d NULL -- Iteration 23 -- Warning: round() expects parameter 2 to be long, object given in %s on line %d NULL -- Iteration 24 -- float(123) -- Iteration 25 -- float(123) -- Iteration 26 -- Warning: round() expects parameter 2 to be long, resource given in %s on line %d NULL ===Done===