php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7895 Missing Arguments Generates E-WARNING
Submitted: 2000-11-20 16:11 UTC Modified: 2000-11-20 18:42 UTC
From: sowens at digalch dot com Assigned:
Status: Closed Package: *Function Specific
PHP Version: 4.0.3pl1 OS: Any
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: sowens at digalch dot com
New email:
PHP Version: OS:

 

 [2000-11-20 16:11 UTC] sowens at digalch dot com
We have just upgraded from 4.0.0 to 4.0.3pl1 and we are having the same problem.  That is, under 4.0.0, the absence of parameters when calling a function does NOT generate a warning, but under 4.0.3pl1, we get this warning and we do NOT want it.  However, we do want to see other warnings so we are hesitant to suppress other warnings by adding "& ~E_WARNING".  We feel that this situation should be an E_NOTICE, not an E_WARNING.

This was reported under a different bug on 11/3 and Zeev has said that it was not a problem, but I think there is some confusion because this simply was not a warning under PHP4.0.0 and because variable length argument lists are a new feature in 4.0, we strongly feel this should not be issued as an error.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-20 18:42 UTC] sniper@php.net
You can always use @ in front of those functions which generate
a warning. 

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 23:01:32 2024 UTC