<?php declare(strict_types=1); $intId = function (int $a) { return $a; }; var_dump(array_map($intId, ['1'])); var_dump($intId('1'));
You have javascript disabled. You will not be able to edit any code.