diff options
-rw-r--r-- | Zend/zend_highlight.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_highlight.c b/Zend/zend_highlight.c index 1a3c3403f9..79f56fd87d 100644 --- a/Zend/zend_highlight.c +++ b/Zend/zend_highlight.c @@ -190,7 +190,7 @@ ZEND_API void zend_strip(TSRMLS_D) switch (token_type) { case T_COMMENT: token.type = 0; - break; + continue; case T_WHITESPACE: if (token.type) { |