| Newsgroups |
php.bugs |
| Message-ID |
<[email protected]> |
ID: 45773
Updated by: [email protected]
Reported By: jtaal at eljakim dot nl
-Status: Feedback
+Status: Bogus
Bug Type: Feature/Change Request
Operating System: Irrelevant
PHP Version: 5.2.6
New Comment:
This is exactly why we have reflection.
Previous Comments:
------------------------------------------------------------------------
[2008-08-10 00:22:47] [email protected]
Please create an RFC (http://wiki.php.net) for the new method and - if
possible - provide a patch.
------------------------------------------------------------------------
[2008-08-09 23:27:34] jtaal at eljakim dot nl
Description:
------------
I'd like to be able to find out whether a method is static, without
using ReflectionMethod. It keeps code cleaner that doesn't need object
oriented reflection. It could also be somewhat quicker (avoiding to
instantiate a Reflection object).
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=45773&edit=1