3v4l.org

run code in 300+ 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:
27.01 ms | 405 KiB | 5 Q