Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14279 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81465 invoked by uid 1010); 4 Jan 2005 18:16:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81343 invoked from network); 4 Jan 2005 18:16:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2005 18:16:32 -0000 X-Host-Fingerprint: 194.109.193.120 unknown Linux 2.4/2.6 Received: from ([194.109.193.120:51813] helo=mx1.moulin.nl) by pb1.pair.com (ecelerity HEAD (r3992M)) with SMTP id 11/D3-06279-F7DDAD14 for ; Tue, 04 Jan 2005 13:16:32 -0500 Received: from localhost (localhost [127.0.0.1]) by mx1.moulin.nl (Postfix) with ESMTP id 1483DC3954; Tue, 4 Jan 2005 19:16:32 +0100 (CET) Received: from mx1.moulin.nl ([127.0.0.1]) by localhost (moulin [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03943-04; Tue, 4 Jan 2005 19:16:27 +0100 (CET) Received: from [127.0.0.1] (localhost [127.0.0.1]) by mx1.moulin.nl (Postfix) with ESMTP id 31584C3651; Tue, 4 Jan 2005 19:16:27 +0100 (CET) Message-ID: <41DADD74.70807@iamjochem.com> Date: Tue, 04 Jan 2005 19:16:20 +0100 User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wez Furlong Cc: Gareth Ardron , internals@lists.php.net References: <41DA068A.9080009@fission.org.uk> <5c2874720501040342d92196d@mail.gmail.com> <41DAAFCC.8020905@fission.org.uk> <4e89b426050104091555297714@mail.gmail.com> In-Reply-To: <4e89b426050104091555297714@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at moulin.nl Subject: Re: [PHP-DEV] bit of an odd bug From: jochem@iamjochem.com (Jochem Maas) Wez Furlong wrote: > If you want to do this kind of thing, why not do it properly? > > $foo = new $scanning_class; > $foo->scanBuffer($input); > > that is, after all, what "extends" is all about. > > --Wez hihi, that why Wez get the 'King' prefix and everyone doesn't :-) ... >> >> > >