| Newsgroups |
php.standards |
| Message-ID |
<[email protected]> |
From: joelm
Operating system:
PHP version: Irrelevant
Package: PHP Language Specification
Bug Type: Bug
Bug description:Method calls
Description:
------------
https://github.com/php/php-langspec/blob/master/spec/13-functions.md#function-calls
I think it might be good to have a separate section for method calls
(ex. "$o->foo()", "C::foo()") vs. function calls ("f()").
(There was not general agreement that this was a good idea)
--
Edit bug report at https://bugs.php.net/bug.php?id=67783&edit=1
--