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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user