<?php declare(strict_types=1); function test(int $i = null): void { } test(null); test(32);
You have javascript disabled. You will not be able to edit any code.