<?php function x(): void { return; } function y(): null { return null; } $x = x(); $y = y(); var_dump($x, $y);
You have javascript disabled. You will not be able to edit any code.