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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: tkruthoff at absolutebackgrounds dot com
New email:
PHP Version: OS:

 

 [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: Wed Apr 24 10:01:31 2024 UTC