3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test ($affect) { if (![$affect]) { $affect = [$affect]; } var_dump($affect); } test('coucou'); test(['coucou']);

preferences:
59.22 ms | 402 KiB | 5 Q