php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48537 '#' is recognized as callable function h()
Submitted: 2009-06-12 15:32 UTC Modified: 2009-12-22 01:00 UTC
From: cristiano at verondini dot it Assigned:
Status: No Feedback Package: Scripting Engine problem
PHP Version: 5.2.9 OS: linux
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: cristiano at verondini dot it
New email:
PHP Version: OS:

 

 [2009-06-12 15:32 UTC] cristiano at verondini dot it
Description:
------------
If you test '#' for callability having previously defined a function named h(), is_callable() returns true, and expands function name as 'h'.


Reproduce code:
---------------
php -r "function h(){} var_dump(is_callable('#'));"

Expected result:
----------------
bool(false)

Actual result:
--------------
bool(true)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-06-12 18:11 UTC] [email protected]
Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/

I can't reproduce it.
 [2009-06-20 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2009-12-22 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jan 08 16:00:02 2026 UTC