Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2938 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37083 invoked from network); 28 Jun 2003 12:53:06 -0000 Received: from unknown (HELO is.magroup.ru) (213.147.47.162) by pb1.pair.com with SMTP; 28 Jun 2003 12:53:06 -0000 Received: from grp-dovgal.MEDIA-ARTS.RU ([192.168.3.226]) by is.magroup.ru with Microsoft SMTPSVC(5.0.2195.2966); Sat, 28 Jun 2003 16:53:03 +0400 Date: Sat, 28 Jun 2003 16:53:00 +0400 To: internals@lists.php.net Message-ID: <20030628165300.51649913.tony2001_ru@rambler.ru> In-Reply-To: <1056789641.11231.57.camel@hasele> References: <1056789641.11231.57.camel@hasele> X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 Jun 2003 12:53:03.0734 (UTC) FILETIME=[368EE160:01C33D74] Subject: Re: [PHP-DEV] (ATTENTION) Pre-Beta From: tony2001_ru@rambler.ru (Antony Dovgal) Hi all! There are some troubles with PHP5-beta-1: With simple code like this: array_var[0][0][0] = "test_method"; } function test_method($echo_var) { echo $echo_var; } } $test_obj = new test; $test_obj->array_var[0][0][0]("simple test"); //line 15 ?> I get "Fatal error: Method name must be a string in /www/index.php on line 15". But $test_obj->array_var[0][0][0] is definitely a string. Sorry if it's a known bug. --- WBR, Antony Dovgal aka tony2001 tony2001@phpclub.net