summaryrefslogtreecommitdiff
path: root/Zend/tests/bug44830.phpt
blob: 21a35ff0cb6de3ef5946bfe4774e18ef6f6a72e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Bug #44830 (Very minor issue with backslash in heredoc)
--FILE--
<?php

$backslash = <<<EOT
\
EOT;

var_dump($backslash);

?>
--EXPECT--
string(1) "\"