3v4l.org

run code in 500+ PHP versions simultaneously
<?php const PERMANENT = -1; $max_ages = array_fill(0, 10, 2345); $max_ages[5] = PERMANENT; $max_ages = array_filter($max_ages, function ($max_age) { return $max_age !== PERMANENT; });

preferences:
55.1 ms | 2069 KiB | 5 Q