Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25595 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10525 invoked by uid 1010); 10 Sep 2006 18:32:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 10510 invoked from network); 10 Sep 2006 18:32:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2006 18:32:10 -0000 X-Host-Fingerprint: 83.135.214.91 i5387D65B.versanet.de Received: from [83.135.214.91] ([83.135.214.91:29348] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/48-46429-82A54054 for ; Sun, 10 Sep 2006 14:32:09 -0400 Message-ID: <29.48.46429.82A54054@pb1.pair.com> To: internals@lists.php.net Date: Sun, 10 Sep 2006 20:32:10 +0200 References: <015801c6d4d5$6440d1d0$9a02a8c0@pc> <7f3ed2c30609100744x7a5d4fdfs9601ae4671b351d3@mail.gmail.com> <003401c6d4ee$1b251d80$9a02a8c0@pc> <1803358544.20060910173549@marcus-boerger.de> Lines: 18 User-Agent: KNode/0.10.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Posted-By: 83.135.214.91 Subject: Re: [PHP-DEV] Re: __autoloading and functions From: php@thequod.de (dAniel hAhler) Marcus Boerger wrote: > it hasbeendiscussed and the conclusion is that it isfar too much of a > slowdown for every function call and thus we are not going to implement > it. Maybe a dump question, but wouldn't it get considered only, AFTER PHP has found that the function does not exist? So, it shouldn't be a slowdown at all. On the other hand I don't know the internals of PHP very much. > The speed reasoning put aside we also found that procedural techniques > should not mix too much with the object oriented features. This may be a reason, but I for one would not think that this is "dirty".