summaryrefslogtreecommitdiff
path: root/Zend/tests/nowdoc_007.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/nowdoc_007.phpt')
-rw-r--r--Zend/tests/nowdoc_007.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/nowdoc_007.phpt b/Zend/tests/nowdoc_007.phpt
index d9e941106f..35c9fddc36 100644
--- a/Zend/tests/nowdoc_007.phpt
+++ b/Zend/tests/nowdoc_007.phpt
@@ -4,7 +4,7 @@ braced and unbraced complex variable replacement test (nowdoc)
<?php
require_once 'nowdoc.inc';
-
+
print <<<'ENDOFNOWDOC'
This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.