This commit is contained in:
Jan Lehnardt 2004-02-10 14:40:39 +00:00
parent 20add786ae
commit 023e12cf3a

View file

@ -345,6 +345,7 @@ static void tokenize(zval *return_value TSRMLS_DC)
case T_OPEN_TAG_WITH_ECHO:
case T_WHITESPACE:
case T_COMMENT:
case T_DOC_COMMENT:
case T_CLOSE_TAG:
destroy = 0;
break;