This commit is contained in:
Stanislav Malyshev 2011-11-08 04:34:18 +00:00
parent 76d68f8dbd
commit 6a42b41c3d

View File

@ -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]