php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #67975 Support for method naming resolution
Submitted: 2014-09-08 09:01 UTC Modified: 2021-09-20 14:59 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: mkurczew at gmail dot com Assigned: cmb (profile)
Status: Closed Package: Scripting Engine problem
PHP Version: 5.6.0 OS: *
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mkurczew at gmail dot com
New email:
PHP Version: OS:

 

 [2014-09-08 09:01 UTC] mkurczew at gmail dot com
Description:
------------
PHP 5.5.0 introduced ::class, which allows people to write nice unit tests that don't rely on magic strings. However, there is no way to reference a method or function in similar fashion, so in reality most of unit tests still need to rely on magic strings. Having such feature would prevent issues like https://github.com/sebastianbergmann/phpunit-mock-objects/issues/12 from appearing, and could tell me if I'm doing something wrong the second PHP finishes parsing my script's syntax.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-02-28 14:59 UTC] nikic@php.net
-Package: Reflection related +Package: Scripting Engine problem
 [2021-09-20 14:59 UTC] cmb@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: cmb
 [2021-09-20 14:59 UTC] cmb@php.net
As of PHP 8.1.0, there will be a first-class callable syntax[1].

[1] <https://wiki.php.net/rfc/first_class_callable_syntax>
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 14:01:37 2025 UTC