https://wiki.php.net/rfc/arrow_functions_v2 > * Target version: PHP 7.4 > * Implementation: https://github.com/php/php-src/pull/3941 > * Status: Accepted ```php $fn1 = fn($x) => $x + $y; ```