> Am 10.6.2016 um 15:34 schrieb Niklas Keller <m...@kelunik.com>: > >> >> Top-posting, since I'm taking off now. >> >> From outside the class, properties are not visible at all, so their types >> are un-important from outer scopes. >> >> echo $foo->bar; is not the same in instance method body or outside of the >> class. >> > From outside it works just fine and doesn't throw: > https://3v4l.org/L8CqF/rfc#rfc-typed_properties
This is an intermittent bug in the implementation. the RFC is explicitly mentioning that it should throw and throwing also is the correct behavior here. Bob