3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ok_exts = array("jpg", "jpeg", "png", "gif", "bmp"); $file_check = strtolower('jpg'); if (in_array($file_check, $ok_exts)) { echo 'true'; } else { echo 'false'; } echo PHP_EOL; $file_check = strtolower('JPG'); if (in_array($file_check, $ok_exts)) { echo 'true'; } else { echo 'false'; } echo PHP_EOL; $file_check = strtolower('PDF'); if (in_array($file_check, $ok_exts)) { echo 'true'; } else { echo 'false'; } echo PHP_EOL;

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
151.72 ms | 2045 KiB | 12 Q