<?php $first = '10'; $second = 10; $add = fn (int $a, int $b) => $a + $b; echo $add($first, $second);
You have javascript disabled. You will not be able to edit any code.