<?php declare(strict_types=0); function foo(int $a) { var_dump($a); } var_dump(0 + ''); foo('');
You have javascript disabled. You will not be able to edit any code.