--TEST--
Test htmlspecialchars_decode() function : usage variations - heredoc strings for 'string' argument
--FILE--
Roy's height > Sam's height
13 < 25
1111 & 0000 = 0000
"This is a double quoted string"
EOT;
// heredoc with different whitespaces
$diff_whitespaces = <<Roy's height\r > Sam\t's height
1111\t\t & 0000\v\v = \f0000
" heredoc\ndouble quoted string. with\vdifferent\fwhite\vspaces"
EOT;
// heredoc with numeric values
$numeric_string = <<11 < 12. 123 string 4567
"string" 1111\t & 0000\t = 0000\n;
EOT;
// heredoc with quote chars & slash
$quote_char_string = <<< This's a string with quotes:
"strings in double quote" &
'strings in single quote' "
this\line is 'single quoted' /with\slashes