Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48039 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53445 invoked from network); 21 Apr 2010 14:03:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Apr 2010 14:03:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=sv_forums@fmethod.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sv_forums@fmethod.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fmethod.com from 209.85.218.219 cause and error) X-PHP-List-Original-Sender: sv_forums@fmethod.com X-Host-Fingerprint: 209.85.218.219 mail-bw0-f219.google.com Received: from [209.85.218.219] ([209.85.218.219:34358] helo=mail-bw0-f219.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 47/A3-63467-CA50FCB4 for ; Wed, 21 Apr 2010 10:03:25 -0400 Received: by bwz19 with SMTP id 19so11214bwz.1 for ; Wed, 21 Apr 2010 07:03:20 -0700 (PDT) Received: by 10.204.155.87 with SMTP id r23mr1988237bkw.27.1271858600014; Wed, 21 Apr 2010 07:03:20 -0700 (PDT) Received: from pc ([83.228.56.37]) by mx.google.com with ESMTPS id 24sm1970090bkr.0.2010.04.21.07.03.18 (version=SSLv3 cipher=RC4-MD5); Wed, 21 Apr 2010 07:03:19 -0700 (PDT) Message-ID: <52D97E557393477BB08167B13DEF4679@pc> To: "Stanislav Malyshev" , "Adi Nita" Cc: References: <4BCE44B8.6060600@zend.com> Date: Wed, 21 Apr 2010 17:03:15 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="ISO-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5843 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Subject: Re: [PHP-DEV] A critique of PHP 6 From: sv_forums@fmethod.com ("Stan Vassilev") > Come on. Is it really that hard to write strlen? Or array_merge? Would it > be better if they were len (of what?) and merge (what?)? I don't think so. > Ahem. We all secretly know how it should've been from the very start. Pseudo-methods for the basic types. $array->merge($array2); $string->len(); Regards, Stan Vassilev