Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87942 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48684 invoked from network); 26 Aug 2015 19:02:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Aug 2015 19:02:44 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.47 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.47 mail-pa0-f47.google.com Received: from [209.85.220.47] ([209.85.220.47:35087] helo=mail-pa0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/C8-17883-35D0ED55 for ; Wed, 26 Aug 2015 15:02:44 -0400 Received: by pacdd16 with SMTP id dd16so169232899pac.2 for ; Wed, 26 Aug 2015 12:02:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=by//EfJWds010AjdlWL1WQ5+oL5t4LZ+aqIjT2TkEnI=; b=nTNoowYjiu7anWer1HWsxhwfV0hFdiZcSxKi+m8FKZaB20euTxcFFyCrBidGY774Lb 6sV/+THGQnOPj1bsg/fdZemU7GOS+OUqsKE1HsRcIEwgiBQhxVLMWRB77pTv9Zxfuj5R dcUv/c0AhpIkS5Vv7UBxDWCQ868RbIievTxzOxQnpfkLoa63PqyqZJJCDw5qVFliSp6X UfqPgA/WtqeX68X8y2LRE2glFacpwl2ssi2LIIStGDKvRpBru4mNvtUzafBMGgVMVsKG kXZH6kqIxaKfwPACCI5MX348RWF9FzkQv1j72Hp3uy6YiCWJ/wa9lHxafSTMrHg8Actg IHzA== X-Received: by 10.68.249.36 with SMTP id yr4mr496884pbc.18.1440615760484; Wed, 26 Aug 2015 12:02:40 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by smtp.gmail.com with ESMTPSA id sb2sm25518615pbc.32.2015.08.26.12.02.39 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 26 Aug 2015 12:02:39 -0700 (PDT) To: Craig Francis , Rowan Collins References: <55DD4269.4090402@gmail.com> <6348DFA7-04BD-41BB-A500-17A8A531B56C@craigfrancis.co.uk> <55DDA4C9.9040603@gmail.com> <3C69BF4B-52E6-4D04-8601-8D23DFCC538E@craigfrancis.co.uk> <55DDD60F.5090509@gmail.com> <8C74463E-DBA2-4015-8159-0B44D973387F@craigfrancis.co.uk> Cc: internals@lists.php.net Message-ID: <55DE0D46.7020608@gmail.com> Date: Wed, 26 Aug 2015 12:02:30 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <8C74463E-DBA2-4015-8159-0B44D973387F@craigfrancis.co.uk> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 7.1 - Address PHPSadness #28? From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Just because there is a function, which does not exactly roll off the > tongue (plus the fun of the needle/haystack ordering issue), does not > mean it gets used (even if it is the correct thing to use). As it looks to me, in order to fix the fact that people are not using existing function (which completely satisfies the requirements), because people do not read the docs, the proposal is to create another function (which nobody knows about without reading the docs) that does the same? If so, I'm not sure how that is supposed to help anything. -- Stas Malyshev smalyshev@gmail.com