3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array("1","2","3"); $only_integers === array_filter($array,function($v){ return is_int($v); } ); // true var_dump($only_integers);

preferences:
43.39 ms | 402 KiB | 5 Q