Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86461 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67428 invoked from network); 31 May 2015 11:02:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 May 2015 11:02:43 -0000 Authentication-Results: pb1.pair.com header.from=laruence@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=xinchen.h@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.215.44 as permitted sender) X-PHP-List-Original-Sender: xinchen.h@zend.com X-Host-Fingerprint: 209.85.215.44 mail-la0-f44.google.com Received: from [209.85.215.44] ([209.85.215.44:35505] helo=mail-la0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id ED/91-32136-05AEA655 for ; Sun, 31 May 2015 07:02:41 -0400 Received: by labko7 with SMTP id ko7so79883835lab.2 for ; Sun, 31 May 2015 04:02:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=GbMeLGccAUafAe36cDKhGHMVGnHS9OBGKdC6WMTM4PE=; b=l929RFTXdqeRfhVIgStp9WFe66+2xaqaXiLpB+3hn9HLXYNwk2n+b+Ljc7+qJxto8u NrpytAJoqZLCG96b8xAFDVPJ57q7z53GAeNsJoSWlqpH5JnrEhcJQGEye9VH4O2l124x ufStw8dw+BT8TAPtjgbBJzRaFsfh20lS9CBScSA83QH9VgJZnGdv5qZtnzMtcrCKGWI5 c1arIxMTTnP3wSjG6W+DOK9ktm903kHzo/jTQ5L/A6Pv5jyMt0DMd0wvxu4AHWrZc/0x UYZCM55s7QsyEGeTeRuD2cgQ5dsjClaEYOYLRy+WCImHY0U7ZYH1qwiI9MgyTkKql/mX A53g== X-Gm-Message-State: ALoCoQlWn5satjs+2MSADv2jAwUMwgWQCisq4iui6YfyY270rd0SW2D/wUzw7coTVe1tt2qSF9hwfDZGcvKISBGqoMF1vUztCmw/lthLhv7QlMo+qEKraKCCR/jQpCTcFqEbKltNSDEB86fu8fQlOBxFuceJ7rXQ3Im61joc5+wjvHUIjFQwNYk= X-Received: by 10.112.188.194 with SMTP id gc2mr16207451lbc.25.1433070157245; Sun, 31 May 2015 04:02:37 -0700 (PDT) Received: from mail-la0-f43.google.com (mail-la0-f43.google.com. [209.85.215.43]) by mx.google.com with ESMTPSA id fj10sm130156lbc.29.2015.05.31.04.02.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 31 May 2015 04:02:36 -0700 (PDT) Received: by lagv1 with SMTP id v1so83430756lag.3 for ; Sun, 31 May 2015 04:02:34 -0700 (PDT) X-Received: by 10.112.242.40 with SMTP id wn8mr16299585lbc.57.1433070154987; Sun, 31 May 2015 04:02:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.180.4 with HTTP; Sun, 31 May 2015 04:02:14 -0700 (PDT) In-Reply-To: <55682F8F.20108@php.net> References: <5567FFDC.5010809@php.net> <55682F8F.20108@php.net> Date: Sun, 31 May 2015 19:02:14 +0800 Message-ID: To: Sebastian Bergmann Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Bug #69180: Reflection does not honor trait conflict resolution / method aliasing From: laruence@php.net (Xinchen Hui) Hey: On Fri, May 29, 2015 at 5:21 PM, Sebastian Bergmann wrote: > On 05/29/2015 08:59 AM, Xinchen Hui wrote: >> Actually, I had looked it, but there is no such Infos can be >> used after compiling is done in current traits design, so.... > > But calling C::bar() works, so PHP knows that there is a method named > "bar". Yet the Reflection API says that two methods named "foo" exist. yeah, PHP knows, but only in lowercase .... it's not the right thing we need.. thanks > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php -- Xinchen Hui @Laruence http://www.laruence.com/