Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81020 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42302 invoked from network); 23 Jan 2015 05:24:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2015 05:24:00 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.169 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.169 mail-qc0-f169.google.com Received: from [209.85.216.169] ([209.85.216.169:42851] helo=mail-qc0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/10-61273-EEAD1C45 for ; Fri, 23 Jan 2015 00:23:58 -0500 Received: by mail-qc0-f169.google.com with SMTP id b13so4895250qcw.0 for ; Thu, 22 Jan 2015 21:23:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=VoEjJIzqIkNmMm5I3bU9UohwllIKFXeovnnqVk374yg=; b=PSNUXFutBj77vTKINifVhxLVc1ewlSDduwgzh7Mm8YM4cMLSscbP+kLaymTaBn19nG CNeCqcXGZNoH+Xp4fcLMB3dNoNT/UnzI9fhtFjNkgqduzOgFb4qN3V02EAePIqNNty0x L7fDd6dFCuHlQkFTh5k7am+hgT4Eh4us5PgUyI/dQObimV15YneEgzX8gKbEp9TBAdRI 8lew2rOgculeijH9u0wleA7rG1PWdoR3FAM1dLAbD+D7N8H6bnKO4Y3wEsiPOuGtfAQX MHO9wx9kdkyuLH1KtK3gIrhd+d6ZYvHZpS7Hz0J963BPC3Fe+LzIlF1EsgMRkIcCq0eh r+fA== MIME-Version: 1.0 X-Received: by 10.224.120.65 with SMTP id c1mr10709032qar.87.1421990635114; Thu, 22 Jan 2015 21:23:55 -0800 (PST) Received: by 10.140.22.106 with HTTP; Thu, 22 Jan 2015 21:23:55 -0800 (PST) Received: by 10.140.22.106 with HTTP; Thu, 22 Jan 2015 21:23:55 -0800 (PST) In-Reply-To: References: <54C12DD8.7020800@lerdorf.com> <54C16698.4080203@lsces.co.uk> <54C193A6.7060206@lerdorf.com> Date: Fri, 23 Jan 2015 06:23:55 +0100 Message-ID: To: Juan Basso Cc: Dan Ackroyd , PHP internals , Rasmus Lerdorf Content-Type: multipart/alternative; boundary=001a11c2d5d4ae33ab050d4afede Subject: Re: [PHP-DEV] PHP7 Homework for everyone reading this list From: pierre.php@gmail.com (Pierre Joye) --001a11c2d5d4ae33ab050d4afede Content-Type: text/plain; charset=UTF-8 On Jan 23, 2015 12:17 PM, "Juan Basso" wrote: > > I could isolate the problem. Here is a script to reproduce: > https://gist.github.com/jrbasso/031fffc8f5eeaf872d4e > > The issue seems to be related when a new instance is loaded and then > get_class_vars is called for the class holding the instance. Removing any > of the lines from the static method avoids the error. Nice work! Thanks :) > Should I open an issue on bugs.php.net? Yes, please :) --001a11c2d5d4ae33ab050d4afede--