Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65245 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1261 invoked from network); 28 Jan 2013 13:16:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2013 13:16:33 -0000 Authentication-Results: pb1.pair.com header.from=thbley@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=thbley@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.48 as permitted sender) X-PHP-List-Original-Sender: thbley@gmail.com X-Host-Fingerprint: 209.85.160.48 mail-pb0-f48.google.com Received: from [209.85.160.48] ([209.85.160.48:54298] helo=mail-pb0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/2A-28517-03A76015 for ; Mon, 28 Jan 2013 08:16:32 -0500 Received: by mail-pb0-f48.google.com with SMTP id wy12so1466365pbc.35 for ; Mon, 28 Jan 2013 05:16:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=2L+mGDVLBHXjYkRRUJ7P0ScILQoDo/ljDD7rehHhmhM=; b=fyWoTy7V5H+XNXrtQ6gjlPV/oVReaK9wvJq8nLc5ufsUS3U74i/+gbHqx7CoLq3YH2 QKtzZXKiB/E0jxTxtmL3dgEvIgFjJa2Y6sVBvBBcqVoLc6QqedpFjWFYCsE2hczc+Rt6 XwSlYInLhQycBxToBWe8nIIHlAhk85KZ/F2yMUQpLEgsOhCRCvOU+D76wLe8i3TwuRnt umnBiJfRyZfcA+VhSxlBdejMB7FrwPYqcl4zwTDEZOum1XpyTXw2HQcPzT0GG1hsjQjH 23SqTmAx8Ccn5XR0P0obODTMFrP8n8v709TRUZ1A5IqBNEat3+zLWD103YbMa2PIz2av WUtw== MIME-Version: 1.0 X-Received: by 10.68.132.98 with SMTP id ot2mr37375063pbb.39.1359378989250; Mon, 28 Jan 2013 05:16:29 -0800 (PST) Sender: thbley@gmail.com Received: by 10.68.233.40 with HTTP; Mon, 28 Jan 2013 05:16:29 -0800 (PST) In-Reply-To: <510669B2.3020706@zerocue.com> References: <5102D1DB.9060305@sugarcrm.com> <51032B3C.7040608@sugarcrm.com> <51033962.1030805@zerocue.com> <510342CD.6020405@sugarcrm.com> <51039A95.6010307@lerdorf.com> <510422B1.7020605@sugarcrm.com> <4ED7146272E04A47B986ED49E771E347BB40C8FC5C@Ikarus.ameusgmbh.intern> <510669B2.3020706@zerocue.com> Date: Mon, 28 Jan 2013 14:16:29 +0100 X-Google-Sender-Auth: nmeqqhZB7LK2e6E2j8OVysGYN4c Message-ID: To: "internals@lists.php.net" , Pierre Joye Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] I think that "Function naming inconsistency" bug deservers more attention From: thbley+php@gmail.com (Thomas Bley) > +1 from that, fortunately since it's an extension it won't be subject to a > vote, you can use it or not. :) The core seems to be heavily protected by > the core developers. As an APC user, I would be also fine with an extension :-) @pierre Would it be possible to get windows builds from nikita's repo? Regards, Thomas On Mon, Jan 28, 2013 at 1:06 PM, Clint Priest wrote: > > On 1/28/2013 2:09 AM, Christian Stoller wrote: >> >> In userland we can only do something like >> $str = new String('my_string_class'); >> echo $str->length(); >> >> But that's useless. >> It would be great if method calls on primitive types could be supported, >> like in Nikic' proof of concept (https://github.com/nikic/scalar_objects). >> >> $str = 'my_string_class'; >> echo $str->length(); >> >> I would really like to see that in PHP. It's not only a nicer and shorter >> way to code but it would also be a solution for the function naming >> inconsistency ;-) > > > +1 from that, fortunately since it's an extension it won't be subject to a > vote, you can use it or not. :) The core seems to be heavily protected by > the core developers. > >> Best regards >> Christian >> > -- > -Clint > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >