Test: /Zend/tests/bug79934.phpt - Version 7.4.5        

Bug #79934 CRLF-only line in heredoc causes parsing error
Submitted: 2020-08-05 18:20:01 Modified: 2020-08-06 07:54:53
From: pevandenham Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 7.4.8 OS: Any

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ Parse error: Invalid body indentation level (expecting an indentation level of at least 4) in %s/bug79934.php(3) : eval()'d code on line 3 001- string(10) "a\r\n\r\nb" 002- string(6) "a\n\nb" 003- string(6) "a\r\rb" 004- string(10) "a\r\n\r\nb"