ID: 48537 Updated by: [email protected] Reported By: cristiano at verondini dot it -Status: No Feedback +Status: Feedback Bug Type: Scripting Engine problem Operating System: linux PHP Version: 5.2.9 New Comment:
Please try using this snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://windows.php.net/snapshots/ Previous Comments: ------------------------------------------------------------------------ [2009-06-20 01:00:00] 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-06-12 18:11:59] [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-12 15:32:44] 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) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48537&edit=1
