php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3908 Error reporting forces function names to lower case
Submitted: 2000-03-23 11:59 UTC Modified: 2000-06-13 06:00 UTC
From: phil at dialsolutions dot co dot uk Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Beta 4 Patch Level 1 OS: NT
Private report: No CVE-ID: None
 [2000-03-23 11:59 UTC] phil at dialsolutions dot co dot uk
If my script calls:

 AnyFunctionName(); 

but AnyFunctionName is undefined, the error reported is:

Fatal error: Call to undefined function: anyfunctionname() in f:\blah\index.php on line 27

PHP should not be setting the function name to lower case.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-13 06:00 UTC] andrei at cvs dot php dot net
That is how function names are kept internally - nothing to do about it.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jun 24 12:01:31 2024 UTC