<?php declare(strict_types=1); function foo(int $bar) { echo $bar; } foo((int)1.5);
You have javascript disabled. You will not be able to edit any code.