Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43907 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61704 invoked from network); 12 May 2009 17:09:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 May 2009 17:09:16 -0000 Authentication-Results: pb1.pair.com header.from=sean@caedmon.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sean@caedmon.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain caedmon.net from 64.15.79.181 cause and error) X-PHP-List-Original-Sender: sean@caedmon.net X-Host-Fingerprint: 64.15.79.181 iconoclast.caedmon.net Linux 2.5 (sometimes 2.4) (4) Received: from [64.15.79.181] ([64.15.79.181:58390] helo=iconoclast.caedmon.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/84-64369-B3DA90A4 for ; Tue, 12 May 2009 13:09:15 -0400 Received: from localhost (localhost [127.0.0.1]) by iconoclast.caedmon.net (Postfix) with ESMTP id 67DA6206A42; Tue, 12 May 2009 13:09:09 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at iconoclast.caedmon.net Received: from iconoclast.caedmon.net ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AUdg3vhDs865; Tue, 12 May 2009 13:09:02 -0400 (EDT) Received: from [10.8.0.2] (sarcasm.vpn [10.8.0.2]) by iconoclast.caedmon.net (Postfix) with ESMTP id 047FC206A19; Tue, 12 May 2009 13:09:01 -0400 (EDT) Cc: internals@lists.php.net Message-ID: To: "Olivier B." In-Reply-To: <4A09AB52.5020007@daevel.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Tue, 12 May 2009 13:09:04 -0400 References: <8c35d7690905120935t18722295i69217245c9296a6d@mail.gmail.com> <4A09A709.6010000@daevel.net> <1DCDF5E5-763F-4838-9D5D-3B7E3B1C979C@caedmon.net> <4A09AB52.5020007@daevel.net> X-Mailer: Apple Mail (2.930.3) Subject: Re: [PHP-DEV] The constant use of isset() From: sean@caedmon.net (Sean Coates) > So this isset() behavior will only be available for request > variable, not for all variables ? I'm not picking sides, but that seems to me like the overwhelmingly popular use case. S