mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- fix #27197 for Greg (cellog@php.net)
This commit is contained in:
parent
20add786ae
commit
023e12cf3a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue