--TEST-- Bug #79934: CRLF-only line in heredoc causes parsing error --DESCRIPTION-- This test covers different variations of whitespace-only lines in heredoc strings. These whitespace-only lines should be ignored when stripping indentation. --FILE-- --EXPECT-- string(10) "a\r\n\r\nb" string(6) "a\n\nb" string(6) "a\r\rb" string(10) "a\r\n\r\nb"