--TEST-- Test wrong number of arguments for log10() --INI-- precision = 14 --FILE-- --EXPECTF-- Too many arguments Warning: log10() expects exactly 1 parameter, 2 given in %s on line %d NULL Too few arguments Warning: log10() expects exactly 1 parameter, 0 given in %s on line %d NULL