Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73984 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62308 invoked from network); 6 May 2014 21:11:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2014 21:11:46 -0000 Authentication-Results: pb1.pair.com header.from=dmitry.koterov@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry.koterov@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.54 as permitted sender) X-PHP-List-Original-Sender: dmitry.koterov@gmail.com X-Host-Fingerprint: 209.85.216.54 mail-qa0-f54.google.com Received: from [209.85.216.54] ([209.85.216.54:54973] helo=mail-qa0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 52/F7-20698-11059635 for ; Tue, 06 May 2014 17:11:46 -0400 Received: by mail-qa0-f54.google.com with SMTP id j15so70740qaq.27 for ; Tue, 06 May 2014 14:11:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=I2eFsRVUxjgSS4U583Cs4QtjS3UdAI/+ua4BfHD5uZU=; b=q+ZOzywWZemgvyYfZ3HSON92DQTFkw0v4DNP64G5Oo0xMbom+KRkjIIgqCXB8GAjjk +D3ZS0AyTqHW4k/DWeutsGMignCFU0ebgOEaF3Zs3NcKVEMpBC5IqFKz4eJEMuY9A48P pqdFHpV62XUftpVhSfghDacJL+RDZ7EoKo0FMHopbGhJqTIjm1CoGAu/gDVYY0py4R5H yCTk7jl8uhkRyYMzLRfUvYO5T4qGBowR9IFvVOYs9WIij8HqSk67GTTB5KnNromYJsh3 8/op9o530CS37p/qqUAG4te3twFYHLP5MAddmuealZ26iKOs4P80eSMgCDNfY8nxT8Fj NE5g== MIME-Version: 1.0 X-Received: by 10.224.50.138 with SMTP id z10mr60356527qaf.6.1399410703525; Tue, 06 May 2014 14:11:43 -0700 (PDT) Received: by 10.140.88.115 with HTTP; Tue, 6 May 2014 14:11:43 -0700 (PDT) In-Reply-To: References: Date: Wed, 7 May 2014 01:11:43 +0400 Message-ID: To: Ferenc Kovacs Cc: Aaron Lewis , PHP Internals Content-Type: multipart/alternative; boundary=047d7bdc843ae0eb2804f8c1b101 Subject: Re: [PHP-DEV] Where is the '@' part handled in PHP? From: dmitry.koterov@gmail.com (Dmitry Koterov) --047d7bdc843ae0eb2804f8c1b101 Content-Type: text/plain; charset=UTF-8 > > I'm trying to find out how the '@func' part overrides the > > 'EG(error_reporting)' settings > > > > Anyone know where I should be looking at? > > > I think you should check out ZEND_BEGIN_SILENCE and ZEND_END_SILENCE BTW what was an initial reason for @ operator to silence non-recoverable errors as well? Why not silence only E_WARNING+ ? I don't propose to change this, just wondering. --047d7bdc843ae0eb2804f8c1b101--