--TEST-- Error suppression for typehints on variadic arguments works --FILE-- --EXPECTF-- string(%d) "Argument 3 passed to test() must be of the type array, integer given, called in %s on line %d and defined" array(3) { [0]=> array(1) { [0]=> int(0) } [1]=> array(1) { [0]=> int(1) } [2]=> int(2) }