Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72731 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92683 invoked from network); 21 Feb 2014 11:49:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2014 11:49:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.213.66 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.213.66 mail-yh0-f66.google.com Received: from [209.85.213.66] ([209.85.213.66:35923] helo=mail-yh0-f66.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/D0-22355-66D37035 for ; Fri, 21 Feb 2014 06:49:59 -0500 Received: by mail-yh0-f66.google.com with SMTP id f73so768385yha.9 for ; Fri, 21 Feb 2014 03:49:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=7l68dPlWP86koNRIkKnDFsi5BjPp7pahorP50xSiCY0=; b=Iq4TjHZkPN19O7oJcSwQG7X/yoNFcTl7VrS142HyCIK8tmwKyFliRxFiAGjshdkVD0 +hqSJ2zDbENM1mrGHXNWJnNMSuLa3L36SXjYfISZ3svYRcVKZ721RBkL6q39EQRAAgnA mA3ZXGY4fBF/vvEHP0rnhJwlF+3fgOvCnCb6c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=7l68dPlWP86koNRIkKnDFsi5BjPp7pahorP50xSiCY0=; b=EJEsocIHSy5h/mRy+at5lhPoyNrgwA5zah1Y7f87kmg0eGLAq1iqg81GlqCd1cLbMn CHSgdxHltGdrPeSoByWT39vEiq3QTZsbfXXrvftksfvU7mFkSuT19F+OD7n6aBGMldn+ 5k/vYjw8xFXffwOYPC5a47dQX4MwETFYDZ6y3vxetd90j1Ff4PQ8oiiqOEor/fc2os/L wc+Q7Ovl8z2pnFjURsxhW+T3ju8nKDND5Nf4inGl6c4fKNU2W+y4BT0mBiRzmH5LZlAS YWdkM0w4liIyOh35OnNHyL5VVQrKjVK6hLlSjsb1AVHsVDNNs/PfYQDt7DNN/KujrXkL yWPA== X-Gm-Message-State: ALoCoQmG31Xd5H0cq9+SIv8iywTD7E9/RlByxptt/IIu+pTCSrQt54l8oK9e6rz2sxnbyJoLGVXj MIME-Version: 1.0 X-Received: by 10.236.20.129 with SMTP id p1mr5587748yhp.111.1392983395817; Fri, 21 Feb 2014 03:49:55 -0800 (PST) Received: by 10.170.188.139 with HTTP; Fri, 21 Feb 2014 03:49:55 -0800 (PST) Date: Fri, 21 Feb 2014 13:49:55 +0200 Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: ReflectionClass suggestion From: narf@devilix.net (Andrey Andreev) Hey, I'll get straight to the point: ReflectionClass::getDefaultProperties() should have a filter parameter, just like ReflectionClass::getProperties(). I was quite puzzled when I found out it didn't allow that and I can't think of a reason for that limitation. Is there one or just nobody thought about that when implementing it? Cheers, Andrey.