Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35365 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59785 invoked by uid 1010); 11 Feb 2008 11:19:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59770 invoked from network); 11 Feb 2008 11:19:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Feb 2008 11:19:46 -0000 Authentication-Results: pb1.pair.com header.from=lokrain@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=lokrain@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.171 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: lokrain@gmail.com X-Host-Fingerprint: 66.249.92.171 ug-out-1314.google.com Received: from [66.249.92.171] ([66.249.92.171:53384] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EB/39-64922-25F20B74 for ; Mon, 11 Feb 2008 06:19:46 -0500 Received: by ug-out-1314.google.com with SMTP id u40so238790ugc.29 for ; Mon, 11 Feb 2008 03:19:43 -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:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=pZGXOYbVSRdaszkc4kNwshiPNV9zLMOI8Q9kgzbMf8U=; b=vvsdg7juXLs9ZrEk9Rl/mBcnGMB8sykPnKBK53pgQJMfFBEseCjZW8cW1YkJTlsp5Qweb91wIPZZGqKXq0eoLkaSIr187RZ7htFofVcB3SItL7rjkrWZC6Zy2mmaCjRAM2FSGQA7lfvacNYV1hjnUgXp3m68aYvE03Baqr7tLtU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=bQdYr4wNfHA83apEVyjQyAVPXCFjdM4fDow07xC4AlynBUwh5EgIlspW3hlr8wHTzxrtu4CN2p0RrQ9xTTxNxWrdEr9wKiAIVnNFQiTTyRhSqrpvRzaxp+jPdXBmP7xYaMszEtM6ZzT5KKZOLDt2Nxc4NGRaC3D61iuSiYhIi3M= Received: by 10.66.243.13 with SMTP id q13mr8940968ugh.59.1202728783766; Mon, 11 Feb 2008 03:19:43 -0800 (PST) Received: by 10.66.238.6 with HTTP; Mon, 11 Feb 2008 03:19:43 -0800 (PST) Message-ID: <345fd5cd0802110319n375a2824sd0194b2486f226e2@mail.gmail.com> Date: Mon, 11 Feb 2008 13:19:43 +0200 To: "Sebastian Deutsch" Cc: internals@lists.php.net In-Reply-To: <5F.AA.64922.495BFA74@pb1.pair.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_37097_270007.1202728783765" References: <5F.AA.64922.495BFA74@pb1.pair.com> Subject: Re: [PHP-DEV] Problems with LSB From: lokrain@gmail.com (Lokrain) ------=_Part_37097_270007.1202728783765 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, Sebastian This seems to be a known bug http://bugs.php.net/bug.php?id=43408 and in fact already assigned. Fallbacks occur in static/self calls, as static/self resolve to "foo" > and it returns foo as expected. > > However, when you do a parent::demo() you actually call bar::demo(), > which is currently understood as a "fully qualified call": the caller is > not passed. > > There are plans to allow explicit parent call to pass the caller, but > this is *still under discussion*. > > ------=_Part_37097_270007.1202728783765--