--TEST-- Using ReflectionClass::__toString() on readonly classes --FILE-- --EXPECTF-- Class [ readonly class Foo ] { @@ %s 3-6 - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ public readonly int $bar ] Property [ public readonly int $baz ] } - Methods [0] { } }