Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84325 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96223 invoked from network); 5 Mar 2015 08:45:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Mar 2015 08:45:23 -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.177 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.216.177 mail-qc0-f177.google.com Received: from [209.85.216.177] ([209.85.216.177:39653] helo=mail-qc0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C8/35-56703-2A718F45 for ; Thu, 05 Mar 2015 03:45:22 -0500 Received: by qcvs11 with SMTP id s11so7772669qcv.6 for ; Thu, 05 Mar 2015 00:45:19 -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=+YqBQqJiVu4CChvyXa7xgekiV52evXrupAFOtuTh0dw=; b=qmgwhndaksGvhohl+KwNHz7qgJ4Kte8kMYglwBmClFophotfVxgfne2OURojy0zBQL /76Mk9XAFaxy+beu0RCLjAdGBOQnZKJ89buMHrjFRMCzr8YuAO3AD42lQYVYVO8RrgKs 30c/iYTeUJ6SOLy29o1sqG+jRw1oxvfFNXaXO4S7XTwZSG/PQut+Axkmjco9vcrnizvA a20jpUDlYiRqCXvk3CogIhDcFPoq+dJq9RSfTYlzNax/aWfh0KJih3F8hmcJ4+bEljIY ZjYJLpVdD9QKGyAfsPBI4nkf2UeArQHR+fVpvoagD02fCQqUJ9eEWqsYenT3ZJuDgNkH 9//A== X-Received: by 10.140.195.5 with SMTP id q5mr11476986qha.58.1425545119129; Thu, 05 Mar 2015 00:45:19 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.198.8 with HTTP; Thu, 5 Mar 2015 00:44:38 -0800 (PST) In-Reply-To: <4ED7146272E04A47B986ED49E771E347D3111ACEFE@Ikarus.ameusgmbh.intern> References: <4ED7146272E04A47B986ED49E771E347D3111ACEFE@Ikarus.ameusgmbh.intern> Date: Thu, 5 Mar 2015 17:44:38 +0900 X-Google-Sender-Auth: qERr-GvigGWM--oJu2vc77oQBDI Message-ID: To: Christian Stoller Cc: Rasmus Lerdorf , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a114335006fe8f405108696a5 Subject: Re: [PHP-DEV] Consistent function names From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a114335006fe8f405108696a5 Content-Type: text/plain; charset=UTF-8 Hi Christian, On Thu, Mar 5, 2015 at 4:34 PM, Christian Stoller wrote: > From: yohgaki@gmail.com [mailto:yohgaki@gmail.com] On Behalf Of Yasuo > Ohgaki, Sent: Thursday, March 05, 2015 7:21 AM > > > For example, ctype extension has "ctype_" prefix. It replaces > > "is" to "ctype_". > > we may have "isalpha" alias as IEEE compliant name. There are many > > IEEE confirmed names already. Only small adjustments are needed. > > > > Changing ctype_alpha to isalpha would be inconsistent with is_numeric. > I'm not going to change ctype_alpha to isalpha, but add IEEE complied name alias. So the manual page would have ctype_alpha as the main function, isalpha as IEEE complied alias. BTW, I'm going to get rid of aliased/deprecated function listing. So aliases and deprecated functions will not be listed, but only searchable. For example, http://php.net/manual/en/book.ctype.php will not be changed. http://php.net/manual/en/book.classobj.php will not list deprecated call_user_method_array and call_user_method (or listed separately) Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a114335006fe8f405108696a5--