<?php declare(strict_types=1); error_reporting(E_ALL); ini_set('display_errors', '1'); function foo(int $number): float { return $number; } var_dump(foo(4));
You have javascript disabled. You will not be able to edit any code.