3v4l.org

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

preferences:
22.06 ms | 402 KiB | 5 Q