From: Stanislav Malyshev Date: Thu, 17 Nov 2011 21:13:45 +0000 (+0000) Subject: add callable as reserved word X-Git-Tag: php-5.4.0RC2~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=378c1ab12b11264441f5647cf8b6ef699400996c;p=php add callable as reserved word --- diff --git a/UPGRADING b/UPGRADING index 17f630a0cd..cbd125dbdf 100755 --- a/UPGRADING +++ b/UPGRADING @@ -80,7 +80,7 @@ UPGRADE NOTES - PHP 5.4 2. Reserved words and classes ============================= -- "trait" and "insteadof" are reserved words now. +- "callable", "insteadof" and "trait" are reserved words now. =================================== 3. Changes made to engine behaviour