On 03.06.2025 at 03:36, Anton Smirnov wrote:

> On 02/06/2025 20:01, Larry Garfield wrote:
>
>> The result of this RFC is that the following would no longer be an
>> error, yes?
>>
>> function test(): void {
>>    print "test";
>> }
>>
>> // This currently gives an error, but you propose that it
>> // would change to set $val to null?
>> $val = test();
> 
> There is no error: https://3v4l.org/UD4vn

I guess that Larry meant `return` instead of `print`:
<https://3v4l.org/7dtYH>.

Reply via email to