Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66289 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31032 invoked from network); 27 Feb 2013 19:04:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2013 19:04:48 -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.51 as permitted sender) X-PHP-List-Original-Sender: cryptocompress@googlemail.com X-Host-Fingerprint: 74.125.83.51 mail-ee0-f51.google.com Received: from [74.125.83.51] ([74.125.83.51:48085] helo=mail-ee0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DF/65-33355-FC85E215 for ; Wed, 27 Feb 2013 14:04:48 -0500 Received: by mail-ee0-f51.google.com with SMTP id d17so789671eek.10 for ; Wed, 27 Feb 2013 11:04:45 -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=34qnbwUMdOwHS+01NAgfE1FLmr6mJfHFu1vreyspiGA=; b=sVtyzNmZiTiEkKdgfDT/4WjczmELWAyOMqKxByo4PS5fQLtWhQDxNCvcftuf81ePvC gLiamEoogo5b9naPjjyKGZE4K694vXkFFDfCU0TCgkjx5lF4cXnQ8h7Nwnbris/B/Xw1 dv8y0dKuQl0w1EY2ZI8NOjt10uZyRX5+uq+nV0xCf+VbGyo5cCX/Kd0EywcyrNpOFrAb W3FjzD80pOpqopG3gN+3SzsC9AaGE4QHuWKaETSqeb6koP1lX+U4Z29bszwJy14psN8S qECSfx48O7b4qds13BgmqRMGeK5YKxU+7tVBAR1sf3MBxCkGMUf5a2hSka20tP0n3Lcn MnIA== X-Received: by 10.14.204.195 with SMTP id h43mr8828559eeo.14.1361991885264; Wed, 27 Feb 2013 11:04:45 -0800 (PST) Received: from [192.168.1.111] (mnch-4d0452bb.pool.mediaWays.net. [77.4.82.187]) by mx.google.com with ESMTPS id 46sm7933970eea.3.2013.02.27.11.04.43 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Feb 2013 11:04:44 -0800 (PST) Message-ID: <512E58C9.6000309@googlemail.com> Date: Wed, 27 Feb 2013 20:04:41 +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> <512E4521.4030909@googlemail.com> <512E4C98.1080502@googlemail.com> <512E5177.9090407@googlemail.com> In-Reply-To: <512E5177.9090407@googlemail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Add get_object_constants and get_class_constants From: cryptocompress@googlemail.com (Crypto Compress) In fact calls to this function are perfectly cacheable by op-caches and can be optimized near zero. This would be a *great performance gain* for this 10% Reflection usecases. cryptocompress