3v4l.org

run code in 300+ PHP versions simultaneously
<?php function check_ints(&$array) { return array_reduce($array, 'is_int'); } $array = range(1, 100); check_ints($array); echo memory_get_peak_usage(true);

preferences:
38.78 ms | 402 KiB | 5 Q