summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorMatt Wilmas <mattwil@php.net>2009-06-25 13:00:08 +0000
committerMatt Wilmas <mattwil@php.net>2009-06-25 13:00:08 +0000
commit57b543ee6f8b06d42db4bbe3f42f6940afac305f (patch)
treeefcab338434b220b089c3f63bf25e144e299236d /UPGRADING
parent8e972386f0403a6b0023631490c87cc6df7a59fd (diff)
downloadphp-git-57b543ee6f8b06d42db4bbe3f42f6940afac305f.tar.gz
Fix example - it means what it says
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index f0b0acaf01..e94fed1cb1 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -285,7 +285,7 @@ UPGRADE NOTES - PHP 5.3
Static HEREDOCs can be used to initialize static variables and class members
or constants:
- static $foo = <<<'LABEL'
+ static $foo = <<<LABEL
No variables here...
LABEL;