<?php $fileNamePattern = "/^[a-z0-9\_\-\.\/\\\]+\.php$/i"; var_dump(preg_match($fileNamePattern, ['not a string']));
You have javascript disabled. You will not be able to edit any code.