--TEST-- Test variations in usage of max() --FILE-- --EXPECT-- *** Testing boundary conditions *** int(2147483646) float(2147483648) float(2147483648) int(-2147483646) int(-2147483647) int(-2147483647) *** Testing large number of arguments *** int(21) Done