Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71407 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21514 invoked from network); 22 Jan 2014 12:07:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2014 12:07:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.220.53 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.220.53 mail-pa0-f53.google.com Received: from [209.85.220.53] ([209.85.220.53:57965] helo=mail-pa0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/71-13626-984BFD25 for ; Wed, 22 Jan 2014 07:07:38 -0500 Received: by mail-pa0-f53.google.com with SMTP id lj1so297513pab.26 for ; Wed, 22 Jan 2014 04:07:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=XnskCY5AqpessYbbO579qmGg69+5Pgsp2wCIeNEY7w8=; b=VMR4v2eh4AmIwbJzUwhvX2Q5Pj6CvOx77J+auwmxwkusN3+GNqsF26QUH40oq+dyOc QuKc6TqzDgjlu1MF7ZJrFk6mZGFRtAhWikwvkk7QJV5Jmpf8rCIWXaOLu4whdpddcwOe sVa60LRgXLMHHUBzqvZXZOokqAETpjZxqnfQ7hFv9ykUJ+5oyFEybNbyGZ3OQPVzbkGB 78FZvTrwWOLPyPQTin+4plD+dv0+sn2u+czNdNzRGEJFqi+qtBK8CP0ilOTWb08mYrz+ 71ptgdY2QMHfkvrL8QG12lHXIuaZpzNkwhmzJH6ahG7GPwUnxRPC66so0JJ67pr7+/nd uhOg== X-Gm-Message-State: ALoCoQnqccYe9dhPxRr5f5Fy2JogQeVjfa7uk6ff12TA7wYFbuoxJ4+O+GOsvKaSqCnQ98CSY0dE MIME-Version: 1.0 X-Received: by 10.66.27.201 with SMTP id v9mr1251480pag.136.1390392454093; Wed, 22 Jan 2014 04:07:34 -0800 (PST) Sender: php@golemon.com Received: by 10.70.77.164 with HTTP; Wed, 22 Jan 2014 04:07:34 -0800 (PST) X-Originating-IP: [2001:470:1f09:2fa:22c9:d0ff:fe87:295b] In-Reply-To: References: <2D2D996C-9455-4DD1-9669-90AFAF591E32@strojny.net> Date: Wed, 22 Jan 2014 04:07:34 -0800 X-Google-Sender-Auth: nZ8sC-g42xLCCFszXtW9D6nQChE Message-ID: To: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] __debug_info() From: pollita@php.net (Sara Golemon) Updated my branch to use __debugInfo() and updated the RFC to reflect this and include comments from the list about different ways to handle the return (replace, merge, sub-element) as well as expanding the scope to include a ReflectionClass::getDebugInfo() method.