--TEST-- Nullable typed return without value generates friendlier error message --FILE-- --EXPECTF-- Fatal error: A function with return type must return a value (did you mean "return null;" instead of "return;"?) in %s on line %d