Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78291 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57638 invoked from network); 24 Oct 2014 06:03:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Oct 2014 06:03:11 -0000 Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 209.85.212.179 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 209.85.212.179 mail-wi0-f179.google.com Received: from [209.85.212.179] ([209.85.212.179:59063] helo=mail-wi0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 91/F4-24679-F9BE9445 for ; Fri, 24 Oct 2014 02:03:11 -0400 Received: by mail-wi0-f179.google.com with SMTP id d1so387251wiv.0 for ; Thu, 23 Oct 2014 23:03:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-type:mime-version:content-transfer-encoding; bh=hdpwU9XuTegs1atAE8OK3EAynIg2+yzmSKtyiqDFr5M=; b=VRdfuxd88swVG3xoWovQSvwXWETObNeRVvKnXLmZmiBKBKyXyzNKLvX8uvatFOJkLd EwgNgPqwYpnIRVALspc9AkQuTpAPgCp+B4s0cWUxrCKknJvU7Fnc8N58J9PhZCc+XHg1 9WqSkpHxr6e+Tkmo8xky/yO/XSpIiMHHYkdSqroxcX5wHFZqbAWrtPLDNlZnywniqpbU m68ppKfE9YFu6k2UgXgK+YSG7+4jjVZMozmsIJSqTu0WjfQG+bw+X/+SAia2TSBJsW0n d4/C7/Lb7qVG8kiL5LyJtGfFobdFXvivKKPVSjKcryRtZsoAcb7eC1zyqsFXHDaDzlYC t6Jw== X-Gm-Message-State: ALoCoQkQePNMrj9apKgEAepC6v9nXIXsTNzbj2kP7KtzfV7/sZu4q1g6ZEAEYsUtGW8HfDzDzYfx X-Received: by 10.180.20.43 with SMTP id k11mr1868010wie.28.1414130588685; Thu, 23 Oct 2014 23:03:08 -0700 (PDT) Received: from [192.168.1.67] (host86-167-127-187.range86-167.btcentralplus.com. [86.167.127.187]) by mx.google.com with ESMTPSA id u5sm817093wiz.9.2014.10.23.23.03.07 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 23 Oct 2014 23:03:07 -0700 (PDT) Message-ID: <1414130585.2624.64.camel@localhost.localdomain> To: Stas Malyshev Cc: Johannes =?ISO-8859-1?Q?Schl=FCter?= , Andrea Faulds , Dmitry Stogov , Philip Hofstetter , PHP Internals Date: Fri, 24 Oct 2014 07:03:05 +0100 In-Reply-To: <54495CF6.30608@sugarcrm.com> References: <1413875212.2624.3.camel@localhost.localdomain> <54469840.3070708@sugarcrm.com> <1414051917.2624.35.camel@localhost.localdomain> <1414060726.2624.60.camel@localhost.localdomain> <1414072403.3228.3.camel@kuechenschabe> <87D717D5-273B-4A32-A3E5-83EBDFD314CB@ajf.me> <1414077690.3228.12.camel@kuechenschabe> <54495CF6.30608@sugarcrm.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] UString From: pthreads@pthreads.org (Joe Watkins) On Thu, 2014-10-23 at 12:54 -0700, Stas Malyshev wrote: > Hi! > > > P.S. u() is a bad name, will break lots of code, i.e. > > Maybe __u()? It's a bit ugly but you're not allowed to use __ so it's safe. > /me cringes ... I wonder how much of a problem it really is, usually when we say some function name is a problem is because of hundreds and hundreds of results on github. If it's a huge problem then we should rename it, if we have to dig around for a single project that's incompatible, or even a handful, then it's not really a problem. Cheers Joe