--TEST-- bug79897: Promoted constructor params with attribs cause crash --FILE-- getAttributes()[0]->getArguments()); var_dump((new ReflectionProperty('A', 'b'))->getAttributes()[0]->getArguments()); ?> --EXPECT-- array(2) { [0]=> int(12) [1]=> int(42) } array(2) { [0]=> int(12) [1]=> int(42) }