Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25624 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2104 invoked by uid 1010); 11 Sep 2006 21:35:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2089 invoked from network); 11 Sep 2006 21:35:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2006 21:35:37 -0000 Authentication-Results: pb1.pair.com header.from=michael.walter@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=michael.walter@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.186 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: michael.walter@gmail.com X-Host-Fingerprint: 64.233.182.186 nf-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.182.186] ([64.233.182.186:43633] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/42-02095-7A6D5054 for ; Mon, 11 Sep 2006 17:35:36 -0400 Received: by nf-out-0910.google.com with SMTP id y25so1466357nfb for ; Mon, 11 Sep 2006 14:35:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PUI5UbkZR4tWv+mIml3N7NqjH7IlngMYpyrnoGmS5KS+3jDqOiONQzyiiHxJ9MGtNLwIJgmU+/2zSpIT/Xu6I9MLpDpV8PD2CYJihQP/DPLGmvZJ0dsvzi6hpfqgneh4TizXG92lAlBO3nBkHAtAiMFLJ8hEIsnLcgBaWyFZm84= Received: by 10.49.75.2 with SMTP id c2mr8694435nfl; Mon, 11 Sep 2006 14:35:32 -0700 (PDT) Received: by 10.49.11.6 with HTTP; Mon, 11 Sep 2006 14:35:31 -0700 (PDT) Message-ID: <877e9a170609111435t71e09ce1ya7a40412b584c721@mail.gmail.com> Date: Mon, 11 Sep 2006 23:35:31 +0200 To: "=?ISO-8859-1?Q?Terje_Sletteb=F8?=" Cc: "Stanislav Malyshev" , RQuadling@googlemail.com, "dAniel hAhler" , internals@lists.php.net In-Reply-To: <004e01c6d5c9$5f9b16a0$9a02a8c0@pc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <015801c6d4d5$6440d1d0$9a02a8c0@pc> <7f3ed2c30609100744x7a5d4fdfs9601ae4671b351d3@mail.gmail.com> <003401c6d4ee$1b251d80$9a02a8c0@pc> <1803358544.20060910173549@marcus-boerger.de> <29.48.46429.82A54054@pb1.pair.com> <10845a340609110106y5a21de3coc98659cde5ef0465@mail.gmail.com> <450591E5.7080402@zend.com> <004e01c6d5c9$5f9b16a0$9a02a8c0@pc> Subject: Re: [PHP-DEV] Re: __autoloading and functions From: michael.walter@gmail.com ("Michael Walter") On 9/11/06, Terje Sletteb=F8 wrote: > Please, people: The availability of free (non-member) functions in PHP (a= s > in C/C++) is one advantage it has over Java, where everything _has_ to be= a > class. So in Java, instead of being able to write "sqrt()", you h= ave > to write "Math::sqrt()". Always. Actually, Java recently added static import to deal with that very annoyance.... ;) Regards, Michael