Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95370 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78625 invoked from network); 22 Aug 2016 11:18:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2016 11:18:21 -0000 Authentication-Results: pb1.pair.com header.from=nicolas.grekas@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nicolas.grekas@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.52 as permitted sender) X-PHP-List-Original-Sender: nicolas.grekas@gmail.com X-Host-Fingerprint: 74.125.82.52 mail-wm0-f52.google.com Received: from [74.125.82.52] ([74.125.82.52:37078] helo=mail-wm0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DF/A5-35246-C7FDAB75 for ; Mon, 22 Aug 2016 07:18:21 -0400 Received: by mail-wm0-f52.google.com with SMTP id i5so138303460wmg.0 for ; Mon, 22 Aug 2016 04:18:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to; bh=ibAO6SEi9RPgxDqbpnTYoqK1788GBBX9/tk0Yj7Unzs=; b=QJGtUDVgl+sfhJbUrM7JUvfGBokoAEiXOJPUaHL4LzOZ7pKm8nGSwPFIzsDJx3ULa+ 9d5+WceDF+TFT/eC1E+N4mr6Z23ofj8ytvIHC/PKLzJmY8UiDR9GJmrT4wts0U5hIQzg 5F+4klQyoMuSIc9a6YDlhZoGn55IUO2cozhEg0Q7JSJi2YA4hAK3bkmWkNvVRrQQTSJI fc3Z/2Q1cG5U2bJsbdJaUXpW5pLiO6BZ1v6s+9ZAY3Q04lR94ezFfZY5kpxriWvbCTmW PEFq9lW/gdRbfpv3GJDOrRHd3QXFYZ6lpKrAXcj9EzzZGrvj32GBFWZLn/vKSBPe73DX Nm3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=ibAO6SEi9RPgxDqbpnTYoqK1788GBBX9/tk0Yj7Unzs=; b=IvPMWq8oBshmThOrmp/TXdbI3Aj8FHh/2bbJX/n88ynSMg904IjpmEjZTE3KBGIj4E PTQayZ87EQpuTmuTbtRFj5mIyTRTArqEWAU31eW+XDB+/t8nYWb90m44OPXDkvFz2n7/ Po05F8ZbtPOpe5iuAOwk5+lfiXElJGCt0NIJQUCsaqIc1dbR0K0ueYvVlzuiousZ9VEF GamDxk+ckrO+6Qx0vd9+Dx37y5HwH/QmV/vogJ+Y+Igsm+pDcZti23hoClMdQ4fYS13c VoyUcOsqfGDPnBnwkyMOuc2Y1JsAPYRhPww93kZhkWCR4KFKFcDskuqik6rxUHt0N43I YafQ== X-Gm-Message-State: AEkoousHozUTuqoJCJqjnumxT1AYPaPYvaUlimMEdv01S59t5lvbeD5FeOaPLMj4pRKqqvp5zA+tySZPlHkcHw== X-Received: by 10.194.77.142 with SMTP id s14mr16083159wjw.77.1471864697942; Mon, 22 Aug 2016 04:18:17 -0700 (PDT) MIME-Version: 1.0 Sender: nicolas.grekas@gmail.com Received: by 10.194.62.204 with HTTP; Mon, 22 Aug 2016 04:17:57 -0700 (PDT) Date: Mon, 22 Aug 2016 13:17:57 +0200 X-Google-Sender-Auth: mxBmywrHFs2s3XTdon2vvZMWyaw Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7bfd02927a7d1e053aa7348d Subject: BC break: ReflectionMethod::invoke() expects parameter 1 to be object, string given From: nicolas.grekas+php@gmail.com (Nicolas Grekas) --047d7bfd02927a7d1e053aa7348d Content-Type: text/plain; charset=UTF-8 Hello, now that the BC break on ReflectionType has been reverted, another one remains in ReflectionMethod::invoke(): the method doesn't accept a string as first argument anymore, see e.g.: https://3v4l.org/pImmv As you can see, this worked since 5.0 and even in HHVM. It would be great to fix this BC break please. Regards, Nicolas --047d7bfd02927a7d1e053aa7348d--