mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Added NOWDOC
This commit is contained in:
parent
ddcf7a2f49
commit
82b31e01ae
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ static void tokenize(zval *return_value TSRMLS_DC)
|
|||
MAKE_STD_ZVAL(keyword);
|
||||
array_init(keyword);
|
||||
add_next_index_long(keyword, token_type);
|
||||
if (token_type == T_END_HEREDOC) {
|
||||
if (token_type == T_END_HEREDOC || token_type == T_END_NOWDOC) {
|
||||
if (CG(increment_lineno)) {
|
||||
token_line = ++CG(zend_lineno);
|
||||
CG(increment_lineno) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue