<?php // toggle the line under to see what happens, and play with different PHP versions // declare(strict_types=1); function test(int $a): void { var_dump($a); } test(3.14);
You have javascript disabled. You will not be able to edit any code.