<?php $foo = 'foo'; $c = static fn (array $bar): array => [$foo, $bar]; var_dump(($c)(['bar']));
You have javascript disabled. You will not be able to edit any code.