php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #67783 Method calls
Submitted: 2014-08-05 17:12 UTC Modified: 2015-07-12 04:22 UTC
From: joelm@php.net Assigned:
Status: No Feedback Package: PHP Language Specification
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2014-08-05 17:12 UTC] joelm@php.net
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)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-06-28 21:57 UTC] stas@php.net
-Status: Open +Status: Feedback
 [2015-06-28 21:57 UTC] stas@php.net
Not sure why. The function call part of those is identical, the difference is how the function being called is located, but that's described in other parts.
 [2015-07-12 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 07:01:28 2024 UTC