Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73985 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73857 invoked from network); 6 May 2014 23:27:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2014 23:27:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=the.warl0ck.1989@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=the.warl0ck.1989@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.176 as permitted sender) X-PHP-List-Original-Sender: the.warl0ck.1989@gmail.com X-Host-Fingerprint: 209.85.214.176 mail-ob0-f176.google.com Received: from [209.85.214.176] ([209.85.214.176:54744] helo=mail-ob0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AB/00-07044-BCF69635 for ; Tue, 06 May 2014 19:27:08 -0400 Received: by mail-ob0-f176.google.com with SMTP id wo20so239479obc.21 for ; Tue, 06 May 2014 16:27:05 -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=fEkFrylqRFbs5TdGjCIj5XNsQtC6uAiNT7CZel3W0xU=; b=RrcMkmpmo8ALdjVYvQ8Ve5evWPXjuKBXZveJTifUJDsBviPQ9VrG9EDKocya1jqmUS NYnB6agFOcWXez5VUuDwfA8Zm3plgO4vAYpcgR0GOzEq/zFQ1AECEIhKvzW1DRJzKgkb s3LYWdhNTT0iekQoY/q/r3oNpkLc9X0hAH8q2euFjMzuM3sQbh7wqaDz+SAACfFTjrMZ woPj+gtCnUfvW5aZIcOOorOE7I33bgNl+Rjf+U2JeqxjENi53FssOANCfDMvyMUk5/ZF b36ko91Qy9cjXYis5w+GuJGLnBTOij4ycS4mJ3Q/1keevpkxGL0reTYOqfuJChhAmk3T FqGw== MIME-Version: 1.0 X-Received: by 10.182.38.199 with SMTP id i7mr5087578obk.68.1399418825042; Tue, 06 May 2014 16:27:05 -0700 (PDT) Received: by 10.76.23.66 with HTTP; Tue, 6 May 2014 16:27:04 -0700 (PDT) In-Reply-To: References: Date: Wed, 7 May 2014 07:27:04 +0800 Message-ID: To: Dmitry Koterov Cc: Ferenc Kovacs , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Where is the '@' part handled in PHP? From: the.warl0ck.1989@gmail.com (Aaron Lewis) Hi Dmitry, No, I'm not changing anything, just trying to understand the code Don't worry about that ;-) On Wed, May 7, 2014 at 5:11 AM, Dmitry Koterov wrote: > >> > 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. -- Best Regards, Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/ Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33