Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105861 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 56837 invoked from network); 7 Jun 2019 17:33:14 -0000 Received: from unknown (HELO mail-qt1-f177.google.com) (209.85.160.177) by pb1.pair.com with SMTP; 7 Jun 2019 17:33:14 -0000 Received: by mail-qt1-f177.google.com with SMTP id x47so2501213qtk.11 for ; Fri, 07 Jun 2019 07:44:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=yj3pMrXrRjooWPnAtGCKUoorTIrH9KmsiGLc231Qc1E=; b=D7fhsRNoWdezWfcQBp9Za9mHL/D0gYUqumx8KI3KrV1NxCVY2zArCcBl6d6agToSj8 fmjIPo7Qc4JU3eP/ws2r7fc0Sj5rzRS3ul9TOpy0DxrPG6B4/5eJN2ZmMEWNAd1oh+m3 Um8IjHSSleVowd2sIzTCQOLglY8dbdo3w5gBdKrVvj1vfMdnD4CMpuiptSToyeItrlKu 3Inj8ZQVRGbcPkgI/Ldym36YZywjWcO4Xh/AftrknGvxBZhh78+Je/YxWjALmj+ZnaUX H5vsK6dErQS/0aAbaIauPl78H+s2i8vCMdx3fMnwTnhhKe3F3H8GnE67IcvhgBZPNWP3 d08w== X-Gm-Message-State: APjAAAX+96UJEpQC4XpdKvuCkvI+PbTZG6g02LwFvDg0Vv3j04efmNIr c1YQcNJzrArktpGbnUyLpCAKUB33zRV2qhtTLt4ZiQ== X-Google-Smtp-Source: APXvYqwCN1lekd5JnftSXVIN+rALga2l/EH071L3B2SPAFNTS2qMAmD6QrwaAI6QV6FSJHPAg48y7tSZB5qp0xrE0Ho= X-Received: by 2002:a0c:9305:: with SMTP id d5mr28840617qvd.83.1559918694185; Fri, 07 Jun 2019 07:44:54 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 7 Jun 2019 09:44:43 -0500 Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000a550b2058abcdfff" Subject: Re: [PHP-DEV] Disabling arginfo argument type checks for internal functions From: pollita@php.net (Sara Golemon) --000000000000a550b2058abcdfff Content-Type: text/plain; charset="UTF-8" On Thu, Jun 6, 2019 at 7:42 AM Nikita Popov wrote: > I plan to disable the checking of arginfo argument types for internal > functions in https://github.com/php/php-src/pull/4232 (PHP 8 only). This > is > necessary to avoid duplicate type checks in both arginfo and zpp. Once this > lands, PRs to add arginfo types (available through reflection) to internal > functions will be accepted. > > Yay! We can finally get decent reflection for internal function signatures! -Sara --000000000000a550b2058abcdfff--