Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35881 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16929 invoked by uid 1010); 1 Mar 2008 20:35:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16914 invoked from network); 1 Mar 2008 20:35:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Mar 2008 20:35:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=klimpong@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=klimpong@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.134.185 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: klimpong@gmail.com X-Host-Fingerprint: 209.85.134.185 mu-out-0910.google.com Received: from [209.85.134.185] ([209.85.134.185:15856] helo=mu-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 65/B0-11272-82EB9C74 for ; Sat, 01 Mar 2008 15:35:53 -0500 Received: by mu-out-0910.google.com with SMTP id w8so6413676mue.1 for ; Sat, 01 Mar 2008 12:35:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=5r4uux3k7PQxPIeva0qVBl+SwJ9QKCMfSX7/IQhSPKw=; b=EWq1NJR7tJ/kBGtUNc4T4X02GIau45OQY2o2cp40x6dmzdpUJULuy8+SB7dMbZsag/oH6xnMTGpIsx5eb8Q2lfux0hBaQpAib5IWk89RRKe+/GPZmRGdUnfSYUaYFBfaa56xutEpGBdptkYtq1SdFEl7hSJ0apt0s4nlEM1MRxE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=pCdxjIQiKEEJDT8tKmmIAcxW111mgHLtvm6AIe5YgGKRR9aIS+HcXpta63C/Rg78moAU6lefMy5WefmzCGkNMpj8LgYVvJPg9TNJtAvD90cU6o8okHi6Kckf/grmUMDWrfGCt3dfl5UgbJhC//4Cu+FupOzE+Zgg2Rb9qV8osuc= Received: by 10.65.225.7 with SMTP id c7mr5888944qbr.1.1204403748829; Sat, 01 Mar 2008 12:35:48 -0800 (PST) Received: by 10.65.218.17 with HTTP; Sat, 1 Mar 2008 12:35:48 -0800 (PST) Message-ID: <234b196e0803011235k5026c5abxf268dbdb471771f@mail.gmail.com> Date: Sat, 1 Mar 2008 21:35:48 +0100 Reply-To: till@php.net Sender: klimpong@gmail.com To: "Pierre Joye" Cc: "Marcus Boerger" , internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <234b196e0803011115t31dd004iba76f5d7ac9125b8@mail.gmail.com> <1476108437.20080301203629@marcus-boerger.de> <1672609976.20080301210035@marcus-boerger.de> X-Google-Sender-Auth: 9dbc31086f78b8c1 Subject: Re: [PHP-DEV] 5.2.5 and static calls From: till@php.net (till) Bjori just nailed it: class foo { function foo() { echo 'foo'; } } foo::foo(); It's some constructor BC thing.