3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types = 1); $contributors = ['Me', 'To']; array_walk($contributors, function(string $contributor) : string { $contributor = sprintf("%s, thank you very much for PHP7!", $contributor); }); echo implode("\n", $contributors);

preferences:
37.03 ms | 402 KiB | 5 Q