Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86771 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47654 invoked from network); 21 Jun 2015 19:40:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jun 2015 19:40:41 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.177 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.212.177 mail-wi0-f177.google.com Received: from [209.85.212.177] ([209.85.212.177:37422] helo=mail-wi0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/73-29062-73317855 for ; Sun, 21 Jun 2015 15:40:40 -0400 Received: by wicgi11 with SMTP id gi11so57674728wic.0 for ; Sun, 21 Jun 2015 12:40:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=eEf+99Jc3secAhF4Ms0D3Nqu/8QNkhQXXYvUu4S0buY=; b=coEOlirQZkFcthwo68GT6B3pHGChNev5y6xHKS+Ikx9x7YDWNGApBRMZzm/UJGsnCJ nm0zu7HIYxFEvNmTAmMXlqBI5BJda4tW2ol9wTIEG9CM2VmhPq5rnICmnnYSor8BVLXp p08yUh9/n3xEcYnHxSZJb4GX2OsF2kjr9ufK6/JkpvLpC+RMcmFWH7FGwYwiU/k45yDQ 0CQl1yLljPsrFCnwe5QwOdmX/Oc/cVYinU7/hZ+2BIjMgXvY8sNAdpRHg19eev6sYslv 0PWGVHbSAsIV85VRrM4YJHwpYL9VsX3NIV0sX44ze9k0aCeqW3ymGHOMzDhG/Yk7qE0m yrFQ== MIME-Version: 1.0 X-Received: by 10.194.220.100 with SMTP id pv4mr45841563wjc.71.1434915636210; Sun, 21 Jun 2015 12:40:36 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.28.217.19 with HTTP; Sun, 21 Jun 2015 12:40:36 -0700 (PDT) In-Reply-To: <55870947.4060304@lerdorf.com> References: <5586E5D1.4010901@lerdorf.com> <55870947.4060304@lerdorf.com> Date: Sun, 21 Jun 2015 21:40:36 +0200 X-Google-Sender-Auth: SfRhQpOW2rwMh8F2ujyRDxpatiQ Message-ID: To: Rasmus Lerdorf Cc: Nikita Popov , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] hasType() for internal function parameters? From: kalle@php.net (Kalle Sommer Nielsen) Hi 2015-06-21 20:58 GMT+02:00 Rasmus Lerdorf : > Or we bite the bullet and fix the arginfo everywhere to make it > consistent. It wouldn't be that hard to write a script to generate the > bulk of it. I think fixing arginfo sounds like the right solution, writing a script for it should not be so trival. -- regards, Kalle Sommer Nielsen kalle@php.net