Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66283 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18007 invoked from network); 27 Feb 2013 17:40:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2013 17:40:56 -0000 Authentication-Results: pb1.pair.com header.from=cryptocompress@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cryptocompress@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 74.125.83.48 as permitted sender) X-PHP-List-Original-Sender: cryptocompress@googlemail.com X-Host-Fingerprint: 74.125.83.48 mail-ee0-f48.google.com Received: from [74.125.83.48] ([74.125.83.48:48748] helo=mail-ee0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/33-33355-7254E215 for ; Wed, 27 Feb 2013 12:40:56 -0500 Received: by mail-ee0-f48.google.com with SMTP id t10so755870eei.21 for ; Wed, 27 Feb 2013 09:40:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=MCedhRu2ERXZaxyeJMXMsnb3d3vIMAn/Q+Djaawm/qg=; b=eB6h3gzKbVziZkfH6JJSq+VfL4BLzZexXIw4OgayCrTF6XlbEvf4fZR6C1e/ttwA7G BPthbI5Eo2V7jWHz5hrvgVxgD0PJwoClZlQpHLpZxXKacvqEXYjH9T5uqBdI103PtAiS mOCP+KETs0b3YxuzT/YSo3WFq2mcEWDRpczWekWsYXn0TZVr3YruXNymMKJuTJElY8z8 WP3H89uaEdxu7dJ4Qjn+o+9hOFQWSFulp8ahuHpICzVt+gcGAjf3uB3DFfYIVJfN009c AEB/r45ecd6mAnZB9mbb7O9hUdAUpAcTkj6DVB7p7x/aLhc5uyEA7NDomi9Jnj72elj2 ePRg== X-Received: by 10.14.210.8 with SMTP id t8mr8093902eeo.35.1361986852775; Wed, 27 Feb 2013 09:40:52 -0800 (PST) Received: from [192.168.1.111] (mnch-4d0452bb.pool.mediaWays.net. [77.4.82.187]) by mx.google.com with ESMTPS id u44sm7597208eel.7.2013.02.27.09.40.51 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Feb 2013 09:40:51 -0800 (PST) Message-ID: <512E4521.4030909@googlemail.com> Date: Wed, 27 Feb 2013 18:40:49 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: PHP Developers Mailing List References: <512DB820.6060908@sugarcrm.com> <512E1E1B.6020007@googlemail.com> <512E2278.3070406@2e-systems.com> <512E3DAD.90505@googlemail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Add get_object_constants and get_class_constants From: cryptocompress@googlemail.com (Crypto Compress) Am 27.02.2013 18:16, schrieb Mike Willbanks: > how many times this is done a quick search on GitHub for: - "ReflectionClass" (PHP/Code): 240,922 - "getConstants" (PHP/Code): 22,208 This search is not accurate nor representative but there are some more usecases in this results. cryptocompress https://github.com/search?l=php&q=ReflectionClass&ref=searchresults&type=Code https://github.com/search?l=php&q=getConstants&ref=searchresults&type=Code