From 57b543ee6f8b06d42db4bbe3f42f6940afac305f Mon Sep 17 00:00:00 2001 From: Matt Wilmas Date: Thu, 25 Jun 2009 13:00:08 +0000 Subject: [PATCH] Fix example - it means what it says --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = <<