Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24676 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41630 invoked by uid 1010); 19 Jul 2006 13:32:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41615 invoked from network); 19 Jul 2006 13:32:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2006 13:32:53 -0000 X-PHP-List-Original-Sender: christian.stocker@bitflux.ch X-Host-Fingerprint: 212.55.202.210 host-210.bitflux.ch Linux 2.5 (sometimes 2.4) (4) Received: from ([212.55.202.210:33153] helo=devel.bitflux.ch) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 9D/84-11992-2843EB44 for ; Wed, 19 Jul 2006 09:32:51 -0400 Received: from localhost (localhost [127.0.0.1]) by devel.bitflux.ch (Postfix) with ESMTP id 34E16E74A4; Wed, 19 Jul 2006 15:32:47 +0200 (CEST) Received: from devel.bitflux.ch ([127.0.0.1]) by localhost (devel.bitflux.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10731-02-4; Wed, 19 Jul 2006 15:32:43 +0200 (CEST) Received: from [192.168.84.101] (host-195.bitflux.ch [212.55.202.195]) by devel.bitflux.ch (Postfix) with ESMTP id 43707E74A3; Wed, 19 Jul 2006 15:32:43 +0200 (CEST) Message-ID: <44BE347A.5060106@bitflux.ch> Date: Wed, 19 Jul 2006 15:32:42 +0200 Organization: Bitflux GmbH User-Agent: Thunderbird 1.5.0.4 (Macintosh/20060516) MIME-Version: 1.0 To: RQuadling@GoogleMail.com CC: PHPdev References: <44BE2AE5.4090700@bitflux.ch> <10845a340607190624w44b6d7b1ycff7610d03cc3676@mail.gmail.com> In-Reply-To: <10845a340607190624w44b6d7b1ycff7610d03cc3676@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at bitflux.ch Subject: Re: [PHP-DEV] PHP 5.2-dev "Cannot use array returned from foo::__get('bar') in write context" From: christian.stocker@bitflux.ch (Christian Stocker) On 19.7.2006 15:24 Uhr, Richard Quadling wrote: > For PHP 5.2.0-dev (cli) (built: Jul 12 2006 12:20:25), I get ... > > Fatal error: Cannot use array returned from foo::__get('bar') in write > context in C:\- on line 16 > > But only once, not 1 per line. > > $f = new foo(); > $a = $f->bar; > foreach($a as $key => $value) > > fixes the code. > I know (forgot to mention it), but still annoying as I have to fix a lot of lines to do that. If there are technical reasons for the fatal error, fine, I have to live with it then. But I still hope, it's just an overlook somewhere :) chregu > > > On 19/07/06, Christian Stocker wrote: >> Just updated to the latest PHP 5.2-dev from CVS and now I get an Fatal >> error with the following code >> *** >> > >> class foo { >> public function __get($member) { >> return array("foo"=>"bar","bar"=>"foo"); >> } >> } >> >> $f = new foo(); >> >> //error >> foreach($f->bar as $key => $value) { >> print "$key => $value"; >> } >> >> ?> >> *** >> >> It throws a >> >> "Fatal error: Cannot use array returned from foo::__get('bar') in write >> context" >> >> on the foreach line. Quite annoying :) >> >> >> That worked fine with 5.1 and also with 5.2-dev from a few days/weeks >> ago (don't know, when I cvs-uped last time, but can't be that long) >> >> Is that expected/wished behaviour? >> >> chregu >> >> >> >> >> -- >> christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich >> phone +41 44 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 >> http://www.bitflux.ch | christian.stocker@bitflux.ch | GPG 0x5CE1DECB >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 44 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | christian.stocker@bitflux.ch | GPG 0x5CE1DECB