3v4l.org

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

preferences:
57.57 ms | 402 KiB | 5 Q