Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94745 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24808 invoked from network); 29 Jul 2016 14:21:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jul 2016 14:21:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.220 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.220 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.220] ([81.169.146.220:27892] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/50-22810-E766B975 for ; Fri, 29 Jul 2016 10:21:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1469802107; l=1673; s=domk; d=kelunik.com; h=Content-Type:Cc:To:Subject:Date:From:References:In-Reply-To: MIME-Version; bh=3Gvf94lEfBmqzCTbN95MklldpdEtROdgT2Sn5w7EgtY=; b=tXlWDQplvqd8cJb0OqlZFjs9Gvqhr2ukXsux0DuRVA9VXFnJrru9K4bZWvw64y6m3tq Qq9Kx9MAJONVoKJEBG4OQyu9sc5Tgyk7cok1r0d0M6QDXpS66HjRsYbkHPQ/a6L468nsB l7rKixod/djku7Sw/2DbTjdrGudbJu2RqlU= X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mls2vWuiu+7SLGvomb4bl9EfHtO3o6 X-RZG-CLASS-ID: mo00 Received: from mail-wm0-f49.google.com ([74.125.82.49]) by smtp.strato.de (RZmta 38.13 AUTH) with ESMTPSA id 40ad95s6TELkyfQ (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp384r1 with 384 ECDH bits, eq. 7680 bits RSA)) (Client did not present a certificate) for ; Fri, 29 Jul 2016 16:21:46 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id i5so154489514wmg.0 for ; Fri, 29 Jul 2016 07:21:46 -0700 (PDT) X-Gm-Message-State: AEkoouvmUKvxOmP8o0Dqe1KS9zWQsKThPT/FCLWCSjN5ng2h6ufacgivYlf0rg7PIikk5F9yn2kg+3zHlTifFQ== X-Received: by 10.194.184.39 with SMTP id er7mr36302491wjc.159.1469802106663; Fri, 29 Jul 2016 07:21:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.27.206 with HTTP; Fri, 29 Jul 2016 07:21:46 -0700 (PDT) In-Reply-To: References: Date: Fri, 29 Jul 2016 16:21:46 +0200 X-Gmail-Original-Message-ID: Message-ID: To: Ryan Pallas Cc: Timothy Younger , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7ba97a107560800538c6f8e6 Subject: Re: [PHP-DEV] optionally return class name from gettype From: me@kelunik.com (Niklas Keller) --047d7ba97a107560800538c6f8e6 Content-Type: text/plain; charset=UTF-8 2016-07-29 16:03 GMT+02:00 Ryan Pallas : > I love this idea (as I've written much the same code before), I do think it > will require a full RFC though. > I don't think it does require a RFC, it's not a language change. Let's see if anyone opposes first. I'm not sure on the boolean through, I think a new function might be better. It's something that can be implemented in userland, but it's also something that's really often needed. Regards, Niklas --047d7ba97a107560800538c6f8e6--