3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $exclude_exts = array('js', 'css',); $filename = "test.css"; $is_excluded = in_array(strtolower(array_pop(explode('.',$filename))), $exclude_exts); var_dump($is_excluded);

preferences:
35.41 ms | 402 KiB | 5 Q