--TEST-- func_get_args with variable number of args --FILE-- --EXPECT-- array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) }