--TEST-- Test return type and value for expected input max() --FILE-- --EXPECT-- *** Testing sequences of numbers *** int(2) int(2) float(2.11) string(1) "t" bool(true) bool(true) int(1) bool(true) array(2) { [0]=> int(2) [1]=> int(3) } Done