Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90080 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52489 invoked from network); 5 Jan 2016 10:31:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jan 2016 10:31:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=m@michaelheap.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=m@michaelheap.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain michaelheap.com from 74.125.82.53 cause and error) X-PHP-List-Original-Sender: m@michaelheap.com X-Host-Fingerprint: 74.125.82.53 mail-wm0-f53.google.com Received: from [74.125.82.53] ([74.125.82.53:34872] helo=mail-wm0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F3/0A-24214-D8B9B865 for ; Tue, 05 Jan 2016 05:31:42 -0500 Received: by mail-wm0-f53.google.com with SMTP id f206so17389755wmf.0 for ; Tue, 05 Jan 2016 02:31:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=michaelheap-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ErmLEWdRdviKasCyr1ph5tDtPy1nlxyue0TAAFeauZc=; b=UpqdoFRfxuMOkE/KIRq/njvb23vx7OKfckcZD5vXFqkGh/Ec/Q42aDwClI0kzDyIPu faClEqGYun7V1KYlnJNrtoc/xHBSojxBt2WaRMdhV6LfStgVf1KPduvtGj91YLRdWQhV 3TD2riWOn7ua+Zd8iHg40xlJ5uUXU535jOAoUH77Rho1KU84B4BmolUqEDDWf+8ZEfzJ ZZNH5RV7mUOj6fkd1/1S2q7m2js+7XFuabuAgUQn7ySI0AYDlV0QAXIhEwycTMoDYjqF 2TZW2192m2KiOkjTsYuKaiSpJmcAx/mgIGpxhJHplnAg55jiuzjLF2ldPfDH7ZT36X5a Wciw== 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:cc:content-type; bh=ErmLEWdRdviKasCyr1ph5tDtPy1nlxyue0TAAFeauZc=; b=kHjHGjfeoFnpqGZ05Wf3U/ZQ5soRyepGnBhUYY9+plFYci7CAIeu7kXd6c+3Urvz/r AwNTj9FxhBHTDVRjcrRvPnPG87O2gb/h3nIpSXQJtrA3+W1DnY7NyBerxeG+Xg+OyfYN 9q2p/7lrXltGspY7bDVGh9x5KZxwIh3YVPkesZ8SlbFZBpS9Cp6g57eSKYu4IdHhmIhA fnC+c7BOY5nyIxn86ngu265mEBcwEC+K0oJ2CqB8LRMrXLmvM/Dy50q9ki6m81j88bwI UkAtsYCMc5shJYHjrNm4POmhVyTteYTQwhBcW+jDWMPY1YanodP30yFyvrcZKlPIQc0z xIjg== X-Gm-Message-State: ALoCoQn4o2qfXJ52fdfEqCqLqGSvSfw1xYJd3+XMcOjZiD1jzlVUwJwH+PjnzBdmv/Yjp7NRqc+kBsBHdN0iBIgMYGMcsX4vfQ== X-Received: by 10.194.85.165 with SMTP id i5mr112519825wjz.173.1451989897778; Tue, 05 Jan 2016 02:31:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.113.149 with HTTP; Tue, 5 Jan 2016 02:31:18 -0800 (PST) X-Originating-IP: [151.237.232.130] In-Reply-To: References: Date: Tue, 5 Jan 2016 10:31:18 +0000 Message-ID: To: Sara Golemon Cc: Junade Ali , PHP internals Content-Type: multipart/alternative; boundary=089e0103e6f613303d052893beb6 Subject: Re: [PHP-DEV] Deprecation of the Error Control Operator (@ symbol) From: m@michaelheap.com (Michael Heap) --089e0103e6f613303d052893beb6 Content-Type: text/plain; charset=UTF-8 Sounds like the xdebug.scream or the Scream PECL extension ( https://pecl.php.net/package/scream) to me. +1 for baking this functionality into core On Tue, Jan 5, 2016 at 5:45 AM, Sara Golemon wrote: > On Thu, Dec 31, 2015 at 6:52 AM, Junade Ali wrote: > > I am looking to submit an RFC in order to remove the error suppression > > operator in PHP, namely the @ symbol. > > > Forwarding a suggestion twitter/@Beryllium9: > > How about a global "disable error suppression" setting? That way a > project lead could enforce it for their codebase (and guarantee that > devs "aren't lazy"), but PHP doesn't lose its pragmatism? > > -Sara > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --089e0103e6f613303d052893beb6--