Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94290 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9611 invoked from network); 27 Jun 2016 22:44:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jun 2016 22:44:51 -0000 Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.220.178 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.220.178 mail-qk0-f178.google.com Received: from [209.85.220.178] ([209.85.220.178:32837] helo=mail-qk0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F0/1B-40393-26CA1775 for ; Mon, 27 Jun 2016 18:44:51 -0400 Received: by mail-qk0-f178.google.com with SMTP id q79so86802994qke.0 for ; Mon, 27 Jun 2016 15:44:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=VqQlxAo7tgUjUhshLC9NwI3YRwBzND1kEMWqTYVIxIU=; b=wL0Edo4k89EFcG1gwG5hpyF7gUbNnfAxNLfluDThLEMuRUVj1iA5cBZjKMjTbQaFKb ZIHsExGU56+wIIARgelEtOx1P75IjipHcZzBoS1h58zdhy9D7t2GrujXleiWUo+IPCvO Rkbq8S+p+RtBru8khEb/Wbwb5RWGZROrKZdCgqWusEUicFKygkhPvNxmDoGH7UIj7KGw s93TMBlJe0rR70zZSQOpyQYbj3K2ub8DqqtcaB8ND/ZgFIL0fUWibqVwDgORp5S/N/YO 7vndxzHswynzz+WgDxJCPky6IGoEYpeO+dJBTYr1yV11EO/e5TbmdEOYCLOe4i/iOXC8 dxHw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=VqQlxAo7tgUjUhshLC9NwI3YRwBzND1kEMWqTYVIxIU=; b=LbnAjoU3RNiTkJV2EhzfEWDNfZP73Vhi112Hhzdn6QOKx5u9qMnPNkIDOQc9kiUlbR x02FXVVQeEladaS4ImgjYk+MZDiSQ3hfLByXLwIBc4z9iWdbBYyQJQQ8wRkXkxaauPoa ytl1EX7mIdZWbnQn1Zig3vl5K3woHA0XAMBqTwx78WAag0OB6j3c2RMV307GzSJU/j44 /zMqnsV3bonp9Vej1g3bSRTIKGfc45jzZk/keF0HkzQCqZgkwClB40bVWAG29KcvcVg3 OcfZiXovlypbCAZE/lJJ8ihkc0vWvW9Q+6COCdDIdJX7Zr+EQRBpJ9UpriJwV37/UB3f yzFg== X-Gm-Message-State: ALyK8tJR06pzm07qc8Pzl/hPGjpMy8XZD/aIDJJ7quBbWDR/T5W8M33pktfbhW3IbsRo6N0RRRSlrMiDXx6iaA== X-Received: by 10.129.90.215 with SMTP id o206mr12378613ywb.14.1467067487202; Mon, 27 Jun 2016 15:44:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.207.139 with HTTP; Mon, 27 Jun 2016 15:44:46 -0700 (PDT) X-Originating-IP: [78.144.122.61] In-Reply-To: <28e5ac75-0d94-a111-f702-f9594e7e7a14@fleshgrinder.com> References: <28e5ac75-0d94-a111-f702-f9594e7e7a14@fleshgrinder.com> Date: Mon, 27 Jun 2016 23:44:46 +0100 Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC DISCUSSION] var_info From: danack@basereality.com (Dan Ackroyd) On 26 June 2016 at 18:19, Fleshgrinder wrote: > I would like to start the discussion on the already announced var_info() > function. > > https://wiki.php.net/rfc/var_info The RFC doesn't seem to state any reason why this should be in core, rather than in a userland library. cheers Dan