3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); $intId = function (int $a) { return $a; }; var_dump(array_map($intId, ['1'])); var_dump($intId('1'));

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
48.62 ms | 1446 KiB | 4 Q