]> granicus.if.org Git - php/commitdiff
Fix failing Zend/tests due to newlines
authorPeter Kokot <peterkokot@gmail.com>
Mon, 15 Oct 2018 03:04:29 +0000 (05:04 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Mon, 15 Oct 2018 03:04:29 +0000 (05:04 +0200)
Zend/tests/flexible-heredoc-error7.phpt
Zend/tests/flexible-nowdoc-error7.phpt

index ef524903058466a8536456219bdcc75e7f44818d..ae9d1da0cd85b45055c0db73fef89a069b17f41b 100644 (file)
@@ -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
index d68dab85b620b22c850fd5647de899f400d1ff61..27d5dbb46ec243a47185ba13649d7e2def828689 100644 (file)
@@ -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