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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 15:01:32 2025 UTC