Coduo\PHPMatcher\Lexer::getCatchablePatterns PHP Method

getCatchablePatterns() protected method

Lexical catchable patterns.
protected getCatchablePatterns ( ) : array
return array
    protected function getCatchablePatterns()
    {
        return array("\\.?[a-zA-Z0-9_]+\\(", "[a-zA-Z0-9.]*", "\\-?[0-9]*\\.?[0-9]*", "'(?:[^']|'')*'", "\"(?:[^\"]|\"\")*\"", "@[a-zA-Z0-9\\*]+@");
    }