php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7613 ~E_NOTICE error reporting no longer works properly
Submitted: 2000-11-03 04:41 UTC Modified: 2000-11-03 08:31 UTC
From: tkruthoff at absolutebackgrounds dot com Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0.3pl1 OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
33 + 37 = ?
Subscribe to this entry?

 
 [2000-11-03 04:41 UTC] tkruthoff at absolutebackgrounds dot com
According to the definition of E_NOTICE in the php.ini file, the directive:

error_reporting =       E_ALL & ~E_NOTICE

should not display notices such as:

Warning: Missing argument 3 for array_extractbyprefixmulti() in /web/lib/array.php on line 9

but php does as of 4.0.3pl1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-03 08:31 UTC] zeev@php.net
This has nothing to do with E_NOTICE (which works properly).  Missing arguments to functions generate an E_WARNING message, not an E_NOTICE one.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 00:01:29 2024 UTC