summaryrefslogtreecommitdiff
path: root/Zend/zend_highlight.c
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2002-09-15 23:37:26 +0000
committerIlia Alshanetsky <iliaa@php.net>2002-09-15 23:37:26 +0000
commit94aaba773ce1bffd2f18ff2fc637e21bfc351c47 (patch)
tree29c91447c3613fb2e772c037e6d8a155607470e0 /Zend/zend_highlight.c
parent1074fca0aeb27131ff97333724d90fb5ab53ba17 (diff)
downloadphp-git-94aaba773ce1bffd2f18ff2fc637e21bfc351c47.tar.gz
Make zend actually strip comments. Bug #18151
Diffstat (limited to 'Zend/zend_highlight.c')
-rw-r--r--Zend/zend_highlight.c2
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) {