Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54511 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21225 invoked from network); 11 Aug 2011 20:43:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Aug 2011 20:43:02 -0000 Authentication-Results: pb1.pair.com header.from=chrisstocktonaz@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=chrisstocktonaz@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: chrisstocktonaz@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:55182] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/B0-14792-5DE344E4 for ; Thu, 11 Aug 2011 16:43:02 -0400 Received: by yxk30 with SMTP id 30so1817554yxk.29 for ; Thu, 11 Aug 2011 13:42:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mk2nZ/hz9d6AwiVZXtvZztiEDtRw6L3MG0tmZGUUcYc=; b=SoCJomHbbCOUCehHKv3jJDI/CslUBag+vf6ECqJYqtgHTHnvpSGP9cbxSJKDM80yYC oYv6euXvWZT+EwerzOFh+NqUk1gOQmG55r4gSprcP1xU/bdHqdWKqQ88AFrQFS7vSoQ6 jf5gVDMcNTV6XG3qtraMifKFYxnS5DEfvYaqM= MIME-Version: 1.0 Received: by 10.42.28.194 with SMTP id o2mr43393icc.407.1313095377894; Thu, 11 Aug 2011 13:42:57 -0700 (PDT) Received: by 10.42.178.197 with HTTP; Thu, 11 Aug 2011 13:42:57 -0700 (PDT) In-Reply-To: References: Date: Thu, 11 Aug 2011 13:42:57 -0700 Message-ID: To: Etienne Kneuss Cc: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] The behavior of get_object_vars and array casting when extending ArrayObject From: chrisstocktonaz@gmail.com (Chris Stockton) Hello, On Thu, Aug 11, 2011 at 11:58 AM, Etienne Kneuss wrote: > Hello, > > > ArrayObject extends the handler responsible for giving you such > information. So it might very well be a bug. > > You should report it! > > Best, Thanks Etienne, I went ahead and made a bug report and patch here: https://bugs.php.net/bug.php?id=55406 -Chris