Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13690 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48007 invoked by uid 1010); 2 Nov 2004 21:28:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 45627 invoked from network); 2 Nov 2004 21:27:00 -0000 Received: from unknown (HELO theta.altoona-pa.com) (209.161.72.28) by pb1.pair.com with SMTP; 2 Nov 2004 21:27:00 -0000 Received: from JASONGARBER2 (static-207-68-114-163.alt.east.verizon.net [207.68.114.163]) by theta.altoona-pa.com (Postfix) with ESMTP id 8D73A14EAA; Tue, 2 Nov 2004 16:26:58 -0500 (EST) Date: Tue, 2 Nov 2004 16:26:59 -0500 X-Mailer: The Bat! (v3.0) Professional Reply-To: Jason Garber Organization: IonZoft, Inc. X-Priority: 3 (Normal) Message-ID: <1181144466.20041102162659@ionzoft.com> To: "Sara Golemon" Cc: internals@lists.php.net In-Reply-To: <20041102211352.76075.qmail@pb1.pair.com> References: <10994267531880000@9866357972520000.9866341568840000> <20041102211352.76075.qmail@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: isset() and the new VM From: jason@ionzoft.com (Jason Garber) >> isset($arr[0]['id']) used to return false if $arr[0] is undefined, but >> with the new VM it throws a warning. Doesn't sound right to me either... -- Best regards, Jason mailto:jason@ionzoft.com SG> I'd call it bugish, since part of the point of isset() is that it's never SG> supposed to throw notices on undefined vars/indices.