Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63546 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22431 invoked from network); 19 Oct 2012 13:56:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Oct 2012 13:56:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.170 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.223.170 mail-ie0-f170.google.com Received: from [209.85.223.170] ([209.85.223.170:33524] helo=mail-ie0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C9/04-22055-2FB51805 for ; Fri, 19 Oct 2012 09:56:02 -0400 Received: by mail-ie0-f170.google.com with SMTP id c12so744291ieb.29 for ; Fri, 19 Oct 2012 06:56:00 -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=F4kUu+mGlAoHt+izi965shDX/OjEpv8niCiT4QFaL9Y=; b=POL6t40NR5oOPpmbLduDgBD7zlo24X0prcEMxKoq4wP4gm7+h0gSisLAz0eB1c0GwD hcvpz3JHx1R3s67+MJmAjbVfTgqDJIYeeWe9bUHX6Nb4f8HJjCijlMx2sKiWqod4EhmC S9AtDdISBbsKW+c95uyRZJ8/UGk0S0KgMMzrS6MjLby6sVP8sErleJv11I3lZ/3TITGO U+aGTlM9hwQ9c1bGduodhxfj4lgLa8VdjBtyaiAd9DzWzJTNFMPojHKOlPqCFVAcR6Vu XqmaarLNOiM+IxSRcIj0JQtBm9L1qO2UqTJO9fVk3gSHA/mwrUwfiDydnC1giB+lzhNL Oliw== MIME-Version: 1.0 Received: by 10.50.179.36 with SMTP id dd4mr1330980igc.64.1350654960039; Fri, 19 Oct 2012 06:56:00 -0700 (PDT) Received: by 10.64.19.148 with HTTP; Fri, 19 Oct 2012 06:56:00 -0700 (PDT) In-Reply-To: <1350654403.76608.YahooMailNeo@web162904.mail.bf1.yahoo.com> References: <1350654403.76608.YahooMailNeo@web162904.mail.bf1.yahoo.com> Date: Fri, 19 Oct 2012 14:56:00 +0100 Message-ID: To: Adi Mutu Cc: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] error handler From: leight@gmail.com (Leigh) Check the zend_error function in zend.c http://lxr.php.net/xref/PHP_5_4/Zend/zend.c#1106 On 19 October 2012 14:46, Adi Mutu wrote: > > > Hello, > > Can anybody show me, where in the core the user error handler is called? The mechanism of how it's called... > > Thanks, > A.