Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91012 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19239 invoked from network); 29 Jan 2016 13:54:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2016 13:54:18 -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.160.180 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.160.180 mail-yk0-f180.google.com Received: from [209.85.160.180] ([209.85.160.180:36680] helo=mail-yk0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A8/73-24533-90F6BA65 for ; Fri, 29 Jan 2016 08:54:18 -0500 Received: by mail-yk0-f180.google.com with SMTP id v14so68827621ykd.3 for ; Fri, 29 Jan 2016 05:54:17 -0800 (PST) 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:date:message-id:subject:from:to :cc:content-type; bh=3Lfjcb9ZDCtHFw+mAzsUpBOwtay/+ptvt84ZDSUfZ9w=; b=QIs50kQhFYrfJl2bhniEq45eIqOhQa3xozZfNE0lBGRc+Cb/ZGoN+l4Vt5qCkwaNGA xq9P24duYmWxsn47Na3Ibw2JhY19EB8g43PsLPvbEDX4hA94eIhQ6CxgOf0uXvv69qVh 2Jt33LjbSeIJD2VNXWBguja+IOdStAi4JM/Vv/4b08CgsqScT0uEP3t1VT3hiUqkPX3p RVCH/d0Z+vd2EyBn+gnxJQ3CvEeBu9sDB/9UbZGueSjXw1h7Wx4Xe7W5ICZJ2JN/T96P 8CjejhWOfgmPBLf/WM45GDXXrjlhqFfDMaPZsWoKRU8EB1u0miyHBOoUgRHNEjA1DtbH be/g== 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:date :message-id:subject:from:to:cc:content-type; bh=3Lfjcb9ZDCtHFw+mAzsUpBOwtay/+ptvt84ZDSUfZ9w=; b=hYIaMGIFLZ5vxwSJ3QQ14u10ek5swYoIbfBNSHGF23uDACTJNacl6tNs9E0OfILNcy wYWRqVLKr54UsE144TUUVu3liLkRMa6uSaIbcG6z0a1vQyINU2426ckHrnuwFPljCxit QDb0ZR4fllhTDpem+UA+7IFetHwcHox/5Vdm/HWwBhavMNybn+023QGaZpy/0iY08SmJ RMHqnqz27W4ch/1EuHELKNHVJ6dL0Gz4tlhsLB9vNC5fRmP0e0/r/lviPGksWTDgUMrq pURAZC5qzvOorSnZAOXhNEKToE0B8HkdLiKoL82LHCUstn0oD+wtDHFAUmZXo9+MBdBW IcSQ== X-Gm-Message-State: AG10YOTZum9aFu0nk01+MVb/vpDb0w2QzZ6Px6NxAcj2PKdoIcUAeB4jwVSydbFrIfTuwCDlJtLpDk/n9yz+gQ== MIME-Version: 1.0 X-Received: by 10.129.35.6 with SMTP id j6mr4870534ywj.133.1454075654249; Fri, 29 Jan 2016 05:54:14 -0800 (PST) Received: by 10.37.83.131 with HTTP; Fri, 29 Jan 2016 05:54:14 -0800 (PST) X-Originating-IP: [78.145.240.77] In-Reply-To: References: Date: Fri, 29 Jan 2016 13:54:14 +0000 Message-ID: To: Lorenzo Fontana Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] get_class behavior From: danack@basereality.com (Dan Ackroyd) On 28 January 2016 at 23:22, Lorenzo Fontana wrote: > > Yes is what I would like to do, start saying people that they should change > that by triggering a deprecation notice so they can refactor their code. I don't think we need a deprecation notice. The behaviour when the function is passed a null parameter is bogus, and could just be changed to emit an E_WARNING for the PHP 7.1 release. cheers Dan