Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95150 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67935 invoked from network); 14 Aug 2016 21:48:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Aug 2016 21:48:56 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.175 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.175 mail-pf0-f175.google.com Received: from [209.85.192.175] ([209.85.192.175:35502] helo=mail-pf0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DC/63-36656-647E0B75 for ; Sun, 14 Aug 2016 17:48:54 -0400 Received: by mail-pf0-f175.google.com with SMTP id x72so11580480pfd.2 for ; Sun, 14 Aug 2016 14:48:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=3WMG3ZZSBHD3abXK9hOLuOKjPwHDEzoGvgaAVQDSB0U=; b=rILBfvHwTEHLGBJRzdcY2ObtpADTJviEHPwspb6RQPUA5XV/rIp+GEz2YlxV/5VWRh 4gSUR92/YnNlaJhXffhiyZVzidCJ4dIYzf0dNFlZRLwLdoGw5s7wLEy3Ghp6QVNSJFiF Va7oS5Dh1jQJcahMVI0hVl6fO6/6GpWV1a0ctN10EW2HK3Bt/8b1JYht9mHMWVo/0iMX yVlNjQHAB9IxdIiBppHa09vA9BKyGLV04hWij/ql34g9+mebhahAys5Ie9t/36EQSos2 t9pK6hqe7xk6vTIFrMID8s7gd21qs8fLuio07PRMTLsHVcHNXD2bcEBJrsG97wXc6Yc6 vzWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=3WMG3ZZSBHD3abXK9hOLuOKjPwHDEzoGvgaAVQDSB0U=; b=SgNWPYsbZeTOvimgL0dpJPImp5VQXkFiN3lMTB5pLKS5/EAI0wSd48PqZqKSw4U2XF M6HyOHnOgmlocLVRuST+T9KLfJ6b7x5Hp9PpN6580LlQpk+andSW5/WqvZh3UkLx4CrX uWuwa5AXgk9K9XngnciHYRC1pXJR5XJkdIFIuOCmUyqw8XsWnWysfAYlZ6CJNCkI1M2r Qhg7ql9O/C1hoKKEf5AD11528NDOJ9FGn7cJOvX/NkTGiJIZ5io2QkUKoRb8hCRzbdhX jzTIMubGMkbK1iXpW+4qFyGUyLswZstNuOScujBnho+wNBwDKGJwUaJW1atUROzEIjRW M1ZA== X-Gm-Message-State: AEkoouuGRiDKrwZj3XAzZZ9CJTtvNDXVuNe4DvhdLrCuMUPhTxlEtRR6lM6vwh2M2QJ/rA== X-Received: by 10.98.86.154 with SMTP id h26mr48085826pfj.22.1471211331517; Sun, 14 Aug 2016 14:48:51 -0700 (PDT) Received: from Stas-Air.local (108-233-206-104.lightspeed.sntcca.sbcglobal.net. [108.233.206.104]) by smtp.gmail.com with ESMTPSA id uz4sm27934579pac.13.2016.08.14.14.48.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 14 Aug 2016 14:48:50 -0700 (PDT) To: Dan Ackroyd , "internals@lists.php.net" References: Message-ID: Date: Sun, 14 Aug 2016 14:48:49 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] get_class() disallow null parameter From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Following an earlier discussion in January, here is a small RFC to > change get_class() to disallow null being passed as parameter. > > https://wiki.php.net/rfc/get_class_disallow_null_parameter Could you please clarify what you mean by "disallow"? I've read the RFC but I didn't find description of what happens in that case. -- Stas Malyshev smalyshev@gmail.com