Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36091 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94610 invoked from network); 11 Mar 2008 09:07:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Mar 2008 09:07:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:50111] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 45/21-21537-0EB46D74 for ; Tue, 11 Mar 2008 04:07:45 -0500 Received: from [192.168.3.91] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTP id 3B11D6400F0; Tue, 11 Mar 2008 12:07:41 +0300 (MSK) Message-ID: <47D64BCD.6090503@daylessday.org> Date: Tue, 11 Mar 2008 12:07:25 +0300 User-Agent: Thunderbird 2.0.0.9 (X11/20071114) MIME-Version: 1.0 To: Alexandr Savchuk CC: internals@lists.php.net References: <8cd3358e0803102200r2047ed33n99766953258de66b@mail.gmail.com> In-Reply-To: <8cd3358e0803102200r2047ed33n99766953258de66b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] new version of check_parameters.php From: tony@daylessday.org (Antony Dovgal) On 11.03.2008 08:00, Alexandr Savchuk wrote: > 3. There are really many problem reports about "not optional var is initialized" > Also in most part of these cases not optional var is inialized by null > value. Why is this requrement ? And why ? I believe this notice should be disabled, as it's not an error or something bad. Removing an initialization that is not required doesn't fix any problem, even though it _can_ be done without any harm. -- Wbr, Antony Dovgal