summaryrefslogtreecommitdiff
path: root/Zend/tests/heredoc_011.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/heredoc_011.phpt')
-rw-r--r--Zend/tests/heredoc_011.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/heredoc_011.phpt b/Zend/tests/heredoc_011.phpt
index d3b152ae62..4f0adfd7e9 100644
--- a/Zend/tests/heredoc_011.phpt
+++ b/Zend/tests/heredoc_011.phpt
@@ -6,7 +6,7 @@ STATIC heredocs CAN be used as static scalars.
require_once 'nowdoc.inc';
class e {
-
+
const E = <<<THISMUSTNOTERROR
If you DON'T see this, something's wrong.
THISMUSTNOTERROR;