Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109446 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 12354 invoked from network); 30 Mar 2020 09:49:20 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 30 Mar 2020 09:49:20 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7D7181804E2 for ; Mon, 30 Mar 2020 01:15:11 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-il1-f172.google.com (mail-il1-f172.google.com [209.85.166.172]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 30 Mar 2020 01:15:10 -0700 (PDT) Received: by mail-il1-f172.google.com with SMTP id i75so7601804ild.13 for ; Mon, 30 Mar 2020 01:15:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=R+fgkwJKJiSqFTZGYsPyOUi3gFUBwNI6L4El3GRyGZI=; b=oElHhzBhptkBboSF3T6z3GtGD3zNwYj+IYXhw+1ws2i0dv5L54H2CnB9myRPogSM97 1ftwIGU9giOBroMtJD7WHkQbPHk4uAf7bY0WLpArdywKTDC5Bscz+ovglEfDEYVFV8hX PYdhMbQaW0KXL7ekye3yk+LUJNh+w50U901kF/M8EbDKv/t1pKhkxlwO23J1bcCFR/0F n0e5S+qVzrBhIhR90uS1PXIyGeppsPJHxEbRxwVE//0kfuWy54P+lJWCdD7b3Z9Gw3Mj LgF1VyYfHAgJCyX2hJgX6MMOQgLwLUYs7NP9G9uHk1Y1cK9gd6n9KsiS37MNu9ivPkYw A+QQ== 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; bh=R+fgkwJKJiSqFTZGYsPyOUi3gFUBwNI6L4El3GRyGZI=; b=glMU1fGAdMUMQWAI8ckSA29WXpU3IqSkwmnz5k/B1JhrSr7qzgyj1hpUeDTRklknq3 aimCCmqhdEA2aQcsGfo3hvarkxeIOzH3uQsu0f8h6RmfkMQeyNN5ByneI9Cf5nR2bdPK nNCjHTUNwniIb3Sco8fx/k4viiDu1mWoCzZfjio2M/8vPmELeLWq1pA4/KD7CUEBMGO4 mpnwdK4ggLtjPusGtA+b8RkOmu2BY6Y7qIUpZZK82WEIJhFcJia7/gr6iVq5wF1MCQP+ c9m/MKmCykX9Gud7S60Yxv11gWDrSx1fywNAZauFop0nJ0tS5tyu+VH4Aq8n1Mqd4XLq WmLA== X-Gm-Message-State: ANhLgQ08sK5u8KYwNvZKixf1v+4ED5F5OdEGjSZ5bEpxBE87s0+ZIQ0w UxXFWakVU/wxFyNlTUS0fIcvHOzCG1oYKVNnaJod2snzIUcb8Q== X-Google-Smtp-Source: ADFU+vuvPKc7YyM/AFSMC/F1/z7GdD+1p0/li0VFuMaADRECLARe+k6m8oc+Ljc1tynqbYLoSG9kWtTCawSfNlvzXmI= X-Received: by 2002:a92:88d0:: with SMTP id m77mr9440964ilh.282.1585556108453; Mon, 30 Mar 2020 01:15:08 -0700 (PDT) MIME-Version: 1.0 References: <5a797631-3fe1-6440-1d41-29c0ed09fbce@php.net> In-Reply-To: <5a797631-3fe1-6440-1d41-29c0ed09fbce@php.net> Date: Mon, 30 Mar 2020 10:14:56 +0200 Message-ID: To: PHP Internals List Content-Type: multipart/alternative; boundary="0000000000009daebf05a20e0c67" Subject: Re: [PHP-DEV] Interfaces and ReflectionMethod::isConstructor() From: ocramius@gmail.com (Marco Pivetta) --0000000000009daebf05a20e0c67 Content-Type: text/plain; charset="UTF-8" Hey Sebastian, On Mon, Mar 30, 2020 at 8:45 AM Sebastian Bergmann wrote: > Am 28.03.2020 um 08:44 schrieb Sebastian Bergmann: > > I can deal with this in PHPUnit's code either way, but need to know what > > the plan here is. > > I worked around the issue now [1]. > > -- > [1] > > https://github.com/sebastianbergmann/phpunit/commit/477798f6b226e830d358bc102cd02bb2e52cfdb2 > Patch makes a lot of sense, but is it done that way to still support 7.x? I'm not sure (don't have a local build of PHP 8.x-dev) if https://wiki.php.net/rfc/remove_php4_constructors is going to come in effect as "PHP4 constructors are finally gone". Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ --0000000000009daebf05a20e0c67--