Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11036 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81975 invoked by uid 1010); 9 Jul 2004 18:55:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81951 invoked from network); 9 Jul 2004 18:55:11 -0000 Received: from unknown (HELO colo.lerdorf.com) (66.198.51.121) by pb1.pair.com with SMTP; 9 Jul 2004 18:55:11 -0000 Received: from [192.168.1.107] (c-24-6-1-90.client.comcast.net [24.6.1.90]) by colo.lerdorf.com (8.12.11/8.12.11/Debian-5) with ESMTP id i69It7ko030445; Fri, 9 Jul 2004 11:55:07 -0700 Date: Fri, 9 Jul 2004 11:55:01 -0700 (PDT) X-X-Sender: rasmus@thinkpad.lerdorf.com To: Marc Richards cc: internals@lists.php.net In-Reply-To: <20040708233326.73283.qmail@pb1.pair.com> Message-ID: References: <5.1.0.14.0.20040707203931.02fa6200@mail.ionzoft.com> <40ED64A0.7050305@cschneid.com> <20040708151952.92187.qmail@pb1.pair.com> <20040708215205.23281.qmail@pb1.pair.com> <20040708222005.4329.qmail@pb1.pair.com> <20040708233326.73283.qmail@pb1.pair.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on colo Subject: Re: [PHP-DEV] what happened to that new isset() like language From: rasmus@php.net (Rasmus Lerdorf) On Thu, 8 Jul 2004, Marc Richards wrote: > Are you saying PHP will never introduce an operator that doesn't already > exist in a large number of other languages? That's a good rule. Over the 10 years of PHP development we have followed this with the only exception being the === operators for checking for "really equal". -Rasmus