mirror of
https://github.com/php/php-src.git
synced 2026-04-14 11:32:11 +02:00
Merge branch 'PHP-7.3'
* PHP-7.3: Fix failing Zend/tests due to newlines
This commit is contained in:
@@ -6,5 +6,6 @@ Note: the closing ?> has been deliberately elided.
|
||||
<?php
|
||||
|
||||
echo <<<END
|
||||
|
||||
--EXPECTF--
|
||||
Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (T_END_HEREDOC) or ${ (T_DOLLAR_OPEN_CURLY_BRACES) or {$ (T_CURLY_OPEN) in %s on line %d
|
||||
|
||||
@@ -6,5 +6,6 @@ Note: the closing ?> has been deliberately elided.
|
||||
<?php
|
||||
|
||||
echo <<<'END'
|
||||
|
||||
--EXPECTF--
|
||||
Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (T_END_HEREDOC) or ${ (T_DOLLAR_OPEN_CURLY_BRACES) or {$ (T_CURLY_OPEN) in %s on line %d
|
||||
|
||||
Reference in New Issue
Block a user