Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56001 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91224 invoked from network); 31 Oct 2011 04:08:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Oct 2011 04:08:12 -0000 Authentication-Results: pb1.pair.com header.from=dragoonis@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dragoonis@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.177 as permitted sender) X-PHP-List-Original-Sender: dragoonis@gmail.com X-Host-Fingerprint: 209.85.216.177 mail-qy0-f177.google.com Received: from [209.85.216.177] ([209.85.216.177:63551] helo=mail-qy0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/63-03708-C2F1EAE4 for ; Sun, 30 Oct 2011 23:08:12 -0500 Received: by qyk7 with SMTP id 7so5747057qyk.8 for ; Sun, 30 Oct 2011 21:08:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=EsjsW6nTfYyCHwPyF+Sv2ru2Cv8yGbWq+xn9QJKFAOI=; b=nMcdP6ppKcuzIPW/VxT/vulnzu72GzAXtJaatDml3YCxlDMl61jthMGVeUGt8SUHJT vpZ6CWYs8BOUsnskjkC9y5nI/6Z73Mp40Gz/1g75rIXQnmci1eXzG6AiH8z4N/mr5WZd Nw70iLr8A3SI6GZa+eAKRyOObCU3U4+l8HH80= MIME-Version: 1.0 Received: by 10.229.181.147 with SMTP id by19mr2708914qcb.41.1320034089633; Sun, 30 Oct 2011 21:08:09 -0700 (PDT) Received: by 10.229.136.130 with HTTP; Sun, 30 Oct 2011 21:08:09 -0700 (PDT) Date: Mon, 31 Oct 2011 04:08:09 +0000 Message-ID: To: PHP Internals List Content-Type: text/plain; charset=ISO-8859-1 Subject: Bug #60149 - SPL autoloader not called in error handler triggered by private __call From: dragoonis@gmail.com (Paul Dragoonis) I've done a fair amount of reading on how zend_do_begin_function_declaration slots into the PHP puzzle. I would like to know if partly the reason this occurs is because, the class/function declarations are evaluated before set_error_handler is evaluated and thus the zend_error() is handled normally without the user defined error handler kicking in. I'm keen to make a patch for this. Thanks, - Paul Dragoonis.