php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #3238 calling bogus function dies quietly
Submitted: 2000-01-17 18:27 UTC Modified: 2000-08-15 10:37 UTC
From: pfaffman at relax dot com Assigned: hholzgra (profile)
Status: Closed Package: Feature/Change Request
PHP Version: 4.0 Beta 3 OS: linux
Private report: No CVE-ID: None
 [2000-01-17 18:27 UTC] pfaffman at relax dot com
Surely someone else has complained about this, but I've just lost another
hour to this.  

Is there a good reason that calling a function that doesn't exist just causes php (I'm using the Apache module) to die silently?  Several times I've spent long whiles looking for an errant $ in front of a function name, a misspelled function name, or a function that wasn't defined (and I didn't notice because include() didn't mention that it didn't find what it was looking for.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-24 02:46 UTC] hholzgra at cvs dot php dot net
can't reproduce, is it still so in 4.0.0 final ?

and if so, what about the usual information:

- shortest possible script that shows the behavior
- php.ini contents
- configure settings (and possibly configure output)

(there is no such thing as a to long error report)
 [2000-08-15 10:37 UTC] waldschrott@php.net
Closed due to missing user feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 16 18:01:30 2024 UTC