We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42f12a commit 5621792Copy full SHA for 5621792
1 file changed
src/Components/ExpressionArray.php
@@ -70,6 +70,7 @@ public static function parse(Parser $parser, TokensList $list, array $options =
70
71
if (($token->type === Token::TYPE_KEYWORD)
72
&& ($token->flags & Token::FLAG_KEYWORD_RESERVED)
73
+ && ((~$token->flags & Token::FLAG_KEYWORD_FUNCTION))
74
&& ($token->value !== 'DUAL')
75
) {
76
// No keyword is expected.
0 commit comments