3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test(array $array) { return !(bool)count(array_filter(array_keys($array), 'is_string')); } $arr = null; test($arr);

preferences:
42.37 ms | 402 KiB | 5 Q