On Sat, Mar 12, 2022 at 10:32 AM G. P. B. <george.bany...@gmail.com> wrote:
>
> I've started voting for the Allow null and false as stand-alone types RFC:
> https://wiki.php.net/rfc/null-false-standalone-types
>
> Voting will last for 2 weeks until 26th of March.
>
> Best regards,
>
> George P. Banyard

Hello,

I have voted yes, despite this clause:

> Moreover, a function which has a void return type must only use return; 
> whereas one with null must use return null;.

IMO, it should allow any expression including just `return;` and let
the runtime fail if it needs to.

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

Reply via email to