3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(array_filter([1, 2, 3], function(int $i) { return $i % 2 !== 0; }));

preferences:
51.44 ms | 402 KiB | 5 Q