summaryrefslogtreecommitdiffstats
path: root/src/Components/ExpressionArray.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Components/ExpressionArray.php')
-rw-r--r--src/Components/ExpressionArray.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Components/ExpressionArray.php b/src/Components/ExpressionArray.php
index b05ccc1..f108ad8 100644
--- a/src/Components/ExpressionArray.php
+++ b/src/Components/ExpressionArray.php
@@ -72,6 +72,7 @@ class ExpressionArray extends Component
&& ($token->flags & Token::FLAG_KEYWORD_RESERVED)
&& ((~$token->flags & Token::FLAG_KEYWORD_FUNCTION))
&& ($token->value !== 'DUAL')
+ && ($token->value !== 'NULL')
) {
// No keyword is expected.
break;