From: Stanislav Malyshev Date: Tue, 8 Nov 2011 04:34:18 +0000 (+0000) Subject: fix typo X-Git-Tag: php-5.4.0RC1~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a42b41c3d0bab2beb1a91161a9dbc0b704bffb3;p=php fix typo --- diff --git a/UPGRADING b/UPGRADING index 58a318323c..61827adbb7 100755 --- a/UPGRADING +++ b/UPGRADING @@ -461,7 +461,7 @@ UPGRADE NOTES - PHP 5.4 $y = "o"; A::{$x.$y.$y}(); -- Class member acces on instantiation: +- Class member access on instantiation: (new foo)->method() (new foo)->property (new foo)[0]