Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3430 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42539 invoked from network); 15 Jul 2003 22:16:12 -0000 Received: from unknown (HELO prp0.prp.physik.tu-darmstadt.de) (130.83.243.130) by pb1.pair.com with SMTP; 15 Jul 2003 22:16:12 -0000 Received: from prp0.prp.physik.tu-darmstadt.de (localhost [127.0.0.1]) by prp0.prp.physik.tu-darmstadt.de (8.12.3/8.12.3/SuSE Linux 0.6) with ESMTP id h6FMG8E7011667; Wed, 16 Jul 2003 00:16:08 +0200 Received: (from swalk@localhost) by prp0.prp.physik.tu-darmstadt.de (8.12.3/8.12.3/Submit) id h6FMG8GU011666; Wed, 16 Jul 2003 00:16:08 +0200 Date: Wed, 16 Jul 2003 00:16:08 +0200 To: Greg Beaver Cc: internals@lists.php.net Message-ID: <20030715221608.GA11122@prp0.prp.physik.tu-darmstadt.de> References: <3F147B5D.5070406@chiaraquartet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F147B5D.5070406@chiaraquartet.net> User-Agent: Mutt/1.3.27i Subject: Re: [PHP-DEV] $this assignment and call_user_func question From: swalk@prp.physik.tu-darmstadt.de (Stefan Walk) On Tue, Jul 15, 2003 at 06:08:29PM -0400, Greg Beaver wrote: > In addition, will call_user_func() support static methods before 1.0? > call_user_func('class::method', $args); call_user_func(array('class','method'), $args); Should work. -- Regards, Stefan Walk