From e9a3ba20826f605b9ecd9259ed5f09dc745faaa1 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 7 Jan 2009 15:54:35 +0000 Subject: [PATCH] Heredoc in PHP 5.3 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272971 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types/string.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/language/types/string.xml b/language/types/string.xml index 66b2b8cc17..2a46bce839 100644 --- a/language/types/string.xml +++ b/language/types/string.xml @@ -1,5 +1,5 @@ - + Strings @@ -228,8 +228,8 @@ echo 'Variables do not $expand $either'; - Heredocs can not be used for initializing class members. Use - nowdocs instead. + Heredocs can not be used for initializing class members. Since PHP 5.3, + this limitation is valid only for heredocs containing variables.