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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
6 + 26 = ?
Subscribe to this entry?

 
 [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 Apr 26 00:01:30 2024 UTC