1
0
mirror of https://github.com/php/php-src.git synced 2026-04-30 03:33:17 +02:00

Make zend actually strip comments. Bug #18151

This commit is contained in:
Ilia Alshanetsky
2002-09-15 23:37:26 +00:00
parent 1074fca0ae
commit 94aaba773c
+1 -1
View File
@@ -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) {