знатокам php вопрос:
есть preg_match(pattern, val), val - могу конролировать
мне нужно чтобы preg_match вернул FALSE, из доки:
https://www.php.net/manual/en/function.preg-match.phppreg_match() returns 1 if the pattern matches given subject, 0 if it does not, or FALSE if an error occurred.
что такого можно в val запихать, чтобы preg_match FALSE вернуло, т.е. выплюнуло ошибку?