Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70641 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50416 invoked from network); 15 Dec 2013 03:56:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2013 03:56:25 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.46 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.212.46 mail-vb0-f46.google.com Received: from [209.85.212.46] ([209.85.212.46:37907] helo=mail-vb0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/30-48365-7682DA25 for ; Sat, 14 Dec 2013 22:56:24 -0500 Received: by mail-vb0-f46.google.com with SMTP id w20so2274083vbb.5 for ; Sat, 14 Dec 2013 19:56:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=L4uyQ01k5yPjsXwpoO9IewsGCWTP9aNUs61buY5NqPM=; b=Rc5uRmQ1Fb2SHEmcUhSNCxM3n01OeaKYAVhNUCkBNydMAq4qNn6X6pCq2ikFNK+8Uk 6h57Gc2/3PjSCJXWPvAcBaC55NbckXAMHPVw1g12L2Ek6dIJaeCiX8B4JVsqffHXJ2tG lXaXINrei/B1PBBIrvZ9BXymZuqtfxV8JvInz4HLp14QcNyoRCZZ6GOer23bjMUdsj/6 dguiyCRFn99phJuYcas7S2RsHNIuhf2yxr4s8393tQ3j19pt3051TvD5V/A1P3PMkVYF YmF7W+l/zg0ql+kVMB39Ow09Kcvpv0tHB6NSWgCqySaCuIQtXk3/ppyeGOKB3TpjXYd8 pc2w== MIME-Version: 1.0 X-Received: by 10.52.103.35 with SMTP id ft3mr4534212vdb.5.1387079781038; Sat, 14 Dec 2013 19:56:21 -0800 (PST) Sender: kalle.php@gmail.com Received: by 10.58.179.10 with HTTP; Sat, 14 Dec 2013 19:56:20 -0800 (PST) In-Reply-To: <52ABA642.9090206@php.net> References: <52ABA642.9090206@php.net> Date: Sun, 15 Dec 2013 04:56:20 +0100 X-Google-Sender-Auth: sDqAu8ejUzAEKwIAgEumeKB6vfc Message-ID: To: Stefan Neufeind Cc: php-dev Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Proposal for RFC: get_class_constants() From: kalle@php.net (Kalle Sommer Nielsen) Hi Stefan 2013/12/14 Stefan Neufeind : > Hi, > Proposal: Create a function get_class_constants() I cooked up a quick little patch, is this what you wanna have included in the core? http://pastie.org/855312 Sorry it does not include any phpt's but the code is fairly easy to understand -- regards, Kalle Sommer Nielsen kalle@php.net