Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86785 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30883 invoked from network); 22 Jun 2015 14:23:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jun 2015 14:23:54 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain lerdorf.com designates 209.85.220.174 as permitted sender) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.220.174 mail-qk0-f174.google.com Received: from [209.85.220.174] ([209.85.220.174:33762] helo=mail-qk0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/F2-07834-87A18855 for ; Mon, 22 Jun 2015 10:23:53 -0400 Received: by qkhu186 with SMTP id u186so101189509qkh.0 for ; Mon, 22 Jun 2015 07:23:49 -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:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type; bh=LxS407S9n2GCFloVy2k8XPiHyvNSpCiNOgMVaWXrlbQ=; b=e1ZdP+HyaYe02q/XWCYujRyIKsiVtHbqOk2ITKQXViC9w2xQQkH2hOBw4oSVq1FsII tYq6pjGFoByqEk5mLp9G8fKdGyk2nJ+jTO/XzIi0Ulfl9rZsykPK8HxbYKuBGUEEDy5K kHrh0f5DJXwprbGoikgvIF4AuYsCmys7ZSE1+8lqbWuvQw3zNss8v/wU2yuvpyw324pT FpCwF30XdCXnDuc1XxGdTN1Rew/2FXuQdI+X5+yKAMYPYA5fOcehtys+9nhyY7+2l+P/ xJlAnEEMqkqWckTdyD6K6IQvetjP58GyeuQpy0Iu+1HgnF/GhH2J9l2upgC+60niRKED SEmA== X-Gm-Message-State: ALoCoQncondTPPM4eOhMFTr8QcVwH5/BsP7SAn73qdvsgT1PXP6Q72XHIXskTrYFW3vM1HUc14lw X-Received: by 10.140.150.198 with SMTP id 189mr39908994qhw.88.1434983029528; Mon, 22 Jun 2015 07:23:49 -0700 (PDT) Received: from [10.252.9.177] ([64.124.192.210]) by mx.google.com with ESMTPSA id p202sm10219466qha.20.2015.06.22.07.23.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 Jun 2015 07:23:47 -0700 (PDT) Message-ID: <55881A72.4090403@lerdorf.com> Date: Mon, 22 Jun 2015 10:23:46 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Dmitry Stogov , Bob Weinand , Anatol Belski , Kalle Sommer Nielsen CC: Stanislav Malyshev , Nikita Popov , PHP internals References: <5586E5D1.4010901@lerdorf.com> <55870947.4060304@lerdorf.com> <5587334C.2080401@lerdorf.com> <55873676.6050706@gmail.com> <55876B29.90804@lerdorf.com> In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DdSfxxg814gQUXKiSe4iLCd2vtemHjaFw" Subject: Re: [PHP-DEV] hasType() for internal function parameters? From: rasmus@lerdorf.com (Rasmus Lerdorf) --DdSfxxg814gQUXKiSe4iLCd2vtemHjaFw Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 06/22/2015 05:11 AM, Dmitry Stogov wrote: > Hi Rasmus, >=20 > Your latest changes broke more than 100 tests. > Sorry, but I had to revert your commits and related Bob's fixes. > You may find them in internal-arg-info branch. >=20 > Please, don't do experiments on the common code base at beta stage. > On the other hand, I don't see a big problem committing this, when a > complete solution is ready. Oops, way more test failures than I expected. But I don't understand some of them. For example, Zend/tests/constants_008.phpt which is: