Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17370 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92562 invoked by uid 1010); 21 Jul 2005 20:18:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 92546 invoked from network); 21 Jul 2005 20:18:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2005 20:18:00 -0000 X-Host-Fingerprint: 69.60.120.90 iconoclast.caedmon.net Linux 2.4/2.6 Received: from ([69.60.120.90:43464] helo=iconoclast.caedmon.net) by pb1.pair.com (ecelerity 2.0 beta r(6227M)) with SMTP id 2F/00-33635-8F200E24 for ; Thu, 21 Jul 2005 16:18:00 -0400 Received: from localhost ([127.0.0.1]) by iconoclast.caedmon.net with esmtp (Exim 3.35 #1 (Debian)) id 1DvhU7-0006xJ-00; Thu, 21 Jul 2005 16:17:35 -0400 Message-ID: <42E002F4.3080605@caedmon.net> Date: Thu, 21 Jul 2005 16:17:56 -0400 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sebastian Mendel CC: internals@lists.php.net References: <42DFCA59.6090108@caedmon.net> <8F.8F.33635.D0100E24@pb1.pair.com> In-Reply-To: <8F.8F.33635.D0100E24@pb1.pair.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] $this availability inside static-functions From: sean@caedmon.net (Sean Coates) > i know this hack, but it does not work, if the statically called method > is from the same class as the calling object Good point. Sorry for not noticing. .. I have no idea WHY someone would want to do this.. that said, I don't know of a way to do it, either. S