Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69201 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4364 invoked from network); 18 Sep 2013 14:54:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Sep 2013 14:54:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.49 as permitted sender) X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 74.125.83.49 mail-ee0-f49.google.com Received: from [74.125.83.49] ([74.125.83.49:62717] helo=mail-ee0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/B0-01324-FBEB9325 for ; Wed, 18 Sep 2013 10:54:56 -0400 Received: by mail-ee0-f49.google.com with SMTP id d41so3445233eek.8 for ; Wed, 18 Sep 2013 07:54:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ULWxlY7/N7nAwLxWXjtfs4L0FbParip0kC1Axa3p+Ys=; b=ct2z0fOJU+M/d9LSDvd2gdFtY3yMVtGywZORrasPQNzwubXy/HEILyoRtQ8rEQGDJB Fga9oi/WV5tm7fse/X5LdZWJjf7xvbouVuYDsZo+HYYG4nKID6vtTttr1W1UNX3q9lGB 6HcrysOUnJhBZYKPU0DGfU2SagHx9thR7VP9Qqk5Hf1lzpfdBARc0SpLTC9ZXxRlkpwE OKr7W+4B2BSN7XvR778HbD+v2BwvQ/9nmw/K9kYx5HBOzasLv586t6IaC9pzV61eAtmK +h5s8k+oY/O5Cw1kFmMcPFezD52Xba5RwbT5m5kMViTrXVTTTNvNTRaNt/SZBdPSrcYN YG9w== MIME-Version: 1.0 X-Received: by 10.14.127.137 with SMTP id d9mr1918762eei.90.1379516093200; Wed, 18 Sep 2013 07:54:53 -0700 (PDT) Sender: patrick.allaert@gmail.com Received: by 10.14.144.66 with HTTP; Wed, 18 Sep 2013 07:54:53 -0700 (PDT) In-Reply-To: References: <49D57F66323040FC9AE48244DAAF3771@gmail.com> <012B9378-3C3A-4169-96D3-3B57D6C7A82C@seancoates.com> Date: Wed, 18 Sep 2013 16:54:53 +0200 X-Google-Sender-Auth: bnVRO6gLpXaVTt5WF-JsMe-CgTI Message-ID: To: Sean Coates Cc: Leigh , PHP Development Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: Allowing is_* functions to accept multiple parameters From: patrickallaert@php.net (Patrick ALLAERT) 2013/9/18 Sean Coates : >> Not a good idea IMHO: it would complexify the execution a lot, think about: > > To be clear, I wasn't proposing an alternative. I was just pointing out that function call semantics are not the same as conditional (short-circuit) semantics, as they appeared in the OP. That is true! Something to take in mind for the documentation if this is going to be implemented!