Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84326 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98293 invoked from network); 5 Mar 2015 08:50:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Mar 2015 08:50:56 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.42 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.216.42 mail-qa0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:54123] helo=mail-qa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/A5-56703-FE818F45 for ; Thu, 05 Mar 2015 03:50:55 -0500 Received: by mail-qa0-f42.google.com with SMTP id w8so37883087qac.1 for ; Thu, 05 Mar 2015 00:50:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=knQ3oFJwkG+g/7plOxjbTfuUk/Apti2tv+OtiQ2g5BA=; b=JlaxNPhT0c/C6KU1ku3YItKpje+daMu5Snzt44jsEfJAXqMJ38LUdXFQ3bHxKEKurB wgD+jU/mEiAF9uoCTvQ7s04U54fKaBXm0rwc6MOcAojZbm0Jl7d0vektz0b3m7HDwG9A Yowg0KSweTGY09eKfjX6FHJRm3pkh1LC+ApMKYfEWiPTPNxLrb1HYzOLeXIkSdgrk2Tu UizB2tYCm/gUX0kqdk6czBr6aqcLBLueGorjAFKks5yXFEa+7BP1VGEHDa70dlwz+Bkx OgZm+XIIeGrMewkdgF/5pnS+xC+Ebox3evgfUcn5RfYUtudaR8VISiTKx7uY4x3XTS9g hv1g== X-Received: by 10.55.23.25 with SMTP id i25mr15860910qkh.12.1425545452239; Thu, 05 Mar 2015 00:50:52 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.198.8 with HTTP; Thu, 5 Mar 2015 00:50:12 -0800 (PST) In-Reply-To: References: Date: Thu, 5 Mar 2015 17:50:12 +0900 X-Google-Sender-Auth: 9xwxJnVIZM1W6nVrU7qdzvY1LYg Message-ID: To: Niklas Keller Cc: Benoit Schildknecht , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a114596a84ac106051086aa2a Subject: Re: [PHP-DEV] Re: [RFC] [DISCUSSION] Consistent Function Names From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a114596a84ac106051086aa2a Content-Type: text/plain; charset=UTF-8 Hi Niklas, On Thu, Mar 5, 2015 at 5:29 PM, Niklas Keller wrote: > If we introduce those new aliases, it should be clearly stated in the docs > which function should be used, maybe we can remove the old one in the far > future then. But the more important point is, that it's not that confusing > to users. Which one should I use? Why's there another one? We already have > that situation with `count` and `sizeof`. Good point! I'll update documents so that main function is prefered name/function to be used. Functions that have different parameter order may be marked as to be deprecated. Other aliases may be used. I'll add this in the RFC. Thank you for the feedback. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a114596a84ac106051086aa2a--