Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16238 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22850 invoked by uid 1010); 13 May 2005 15:38:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 1405 invoked from network); 13 May 2005 15:18:47 -0000 Received: from unknown (HELO gmail.com) (127.0.0.1) by localhost with SMTP; 13 May 2005 15:18:47 -0000 X-Host-Fingerprint: 64.233.162.195 zproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.162.195:11266] helo=zproxy.gmail.com) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 76/F8-36148-655C4824 for ; Fri, 13 May 2005 11:18:46 -0400 Received: by zproxy.gmail.com with SMTP id 40so1568272nzk for ; Fri, 13 May 2005 08:18:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ob30DFtmXaLsCzY1nWbhxYwiFT9ccWUGuy9hHjUjzKHSUA7DkPVjlAb8N571lsEuyiaU/3J9e3ShBm/pIki9v/hf8tmUxy5qT5sV/Tp9f2Tj6Zmrw5bymR95kMLHLiBTPZZV2rV7fuOqckTO4FUSXzmSgpMRA0gXetiwgQviIBk= Received: by 10.36.128.19 with SMTP id a19mr1069686nzd; Fri, 13 May 2005 08:18:43 -0700 (PDT) Received: by 10.36.34.5 with HTTP; Fri, 13 May 2005 08:18:43 -0700 (PDT) Message-ID: Date: Fri, 13 May 2005 17:18:43 +0200 Reply-To: Alex Knaub To: Marcus Boerger Cc: internals@lists.php.net In-Reply-To: <1593508501.20050512234816@marcus-boerger.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4qdcz84j.fsf@random.internal> <427FA67E.2020506@omniti.com> <427FC9D1.1030607@php.net> <1593508501.20050512234816@marcus-boerger.de> Subject: Re: [PHP-DEV] Re: new overloading feature? From: aknaub@gmail.com (Alex Knaub) 2005/5/12, Marcus Boerger : > Hello Alex, >=20 > but PHP is a class based langauage which is very much different from what is a class based language? > prototype based langauages. Apart from that i already said that it would = be > possible to add a special 'called_self' (or better name) syntax to suppor= t > what you want - only that would slow doen execution even if you won't use > it. And since what you want is not the correct way of doing it in a class that is the only correct way to use factories in a dynamic language, everything else leads to code duplication and / or crapy code.