<?php declare(strict_types=0); function a(float $a) { var_dump($a); } a(1); a(1.1); a("12"); a("banana");
You have javascript disabled. You will not be able to edit any code.