<?php function test(): void { print "test\n"; } // This currently gives an error, but you propose that it // would change to set $val to null? $val = test(); var_dump($val);
You have javascript disabled. You will not be able to edit any code.