Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89856 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95174 invoked from network); 21 Dec 2015 11:27:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Dec 2015 11:27:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=bobwei9@hotmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=bobwei9@hotmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain hotmail.com designates 65.55.111.89 as permitted sender) X-PHP-List-Original-Sender: bobwei9@hotmail.com X-Host-Fingerprint: 65.55.111.89 blu004-omc2s14.hotmail.com Received: from [65.55.111.89] ([65.55.111.89:64510] helo=BLU004-OMC2S14.hotmail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7A/72-51216-C02E7765 for ; Mon, 21 Dec 2015 06:27:09 -0500 Received: from BLU436-SMTP133 ([65.55.111.71]) by BLU004-OMC2S14.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Mon, 21 Dec 2015 03:27:06 -0800 X-TMN: [o8hkDgI/cZJW9dqlysBB/JXAQiZbkMTd] X-Originating-Email: [bobwei9@hotmail.com] Message-ID: Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) In-Reply-To: <56778CF6.1090007@php.net> Date: Mon, 21 Dec 2015 12:27:01 +0100 CC: internals@lists.php.net Content-Transfer-Encoding: quoted-printable References: <56778CF6.1090007@php.net> To: Sebastian Bergmann X-Mailer: Apple Mail (2.3096.5) X-OriginalArrivalTime: 21 Dec 2015 11:27:03.0779 (UTC) FILETIME=[843E7B30:01D13BE2] Subject: Re: [PHP-DEV] CATCH in master (vs 7.0) From: bobwei9@hotmail.com (Bob Weinand) > Am 21.12.2015 um 06:24 schrieb Sebastian Bergmann : >=20 > Am 20.12.2015 um 21:53 schrieb Nikita Popov: >> For VLD you should hide the value if opline->result.num is set, = similar to >> what zend_dump does: >=20 > Is zend_dump() callable from userland? No, and it's a function only available when Optimizer is loaded (which = makes sense as it also dumps some optimizer specific structures). Bob=