Skip to content

Lexer split issue #393

@Shamilius

Description

@Shamilius

When i try to split expression "select 1#" to tokens using PHPSQLLexer->split it returns an array:
array:3 [▼
0 => "select"
1 => " "
2 => "1#"
]

It should be "select", " ", "1" (number) and "#" (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions