dryabov / phpregexp

Support of regular expressions parsing in PhpStorm
MIT License
4 stars 2 forks source link

Incorrectly determined regular string as regexp #5

Closed nazar-pc closed 5 years ago

nazar-pc commented 9 years ago
$fields .= "`$model[language_field]`";
//                       ^^    ^^ Duplicate character '*' in character class 

Instead of * three times corresponding letter is used, but this is not even regular expression, just regular string.