On 14 July 2018 at 14:09, Rowan Collins <rowan.coll...@gmail.com> wrote:
> Hi all,
>
> The current RFC proposes the next simplest solution, which is to allow 
> non-nullable types, and trust the user to initialise them before use.


>From the RFC:
> If a typed property does not have a default value, no implicit null default 
> value is implied (even if the property is nullable).
> Instead, the property is considered to be uninitialized. Reads from 
> uninitialized properties will generate a TypeError

Are you miss-quoting the RFC?

Because those two sentences are completely different.

cheers
Dan

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to