Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89859 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20494 invoked from network); 21 Dec 2015 18:04:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Dec 2015 18:04:57 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.223.178 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.223.178 mail-io0-f178.google.com Received: from [209.85.223.178] ([209.85.223.178:34560] helo=mail-io0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 91/95-51216-94F38765 for ; Mon, 21 Dec 2015 13:04:57 -0500 Received: by mail-io0-f178.google.com with SMTP id e126so162298832ioa.1 for ; Mon, 21 Dec 2015 10:04:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zend-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=0DNS+KHgHR/8PJsHXkkZqU1LqgDjxLKQ/QWIJNBYSoA=; b=jGbEKkbNb8T7gksfWuuqik83d14H+pUEG+RmPCgSIr1dF2yGx+3nw74G7cmtdbCF3/ tp6vzg+sAxbtoRsgK+qLL4ZRUYPkeO4aRojhMfV0GoNR+v7VlXID/xS6QsEqjBjFkbrd JrhgGO+VDuaIMpev5tgdTe/pAu1FN1VxfIuJGKKT4OG275REvSC8IICbEjbkhW8Opa1T icXXXnFXlcfx5aDi+00TbYcgvSTgbJpbU7xVRL1YrRxuGQQNxWJm5lKeN9U0t+m2FHb7 VfPGyUQT4AkMjiO2MPfm4lWjNeiFm0mYygPtidGSMbI4xLhxUubFGjk05E1sAKW1NmVf GflQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=0DNS+KHgHR/8PJsHXkkZqU1LqgDjxLKQ/QWIJNBYSoA=; b=mSWwihu5lcC5n2ZEexTrKcpx4w9FTlhHBuE5qpWd4P3yvdHRW/ZvfqHv7jElbWjfOs 0S9fH5baxC9cFrmxY49uSwiorpvnAij51rGHJIbdktScpzLgbM3ujDYv+LfOMX8Iu30m H7k/YbWic2FBXDJF87zK0ThFHB9UWL1vn1X/TyahRSqUPr64oas7lJwu8ngaVbCT6/Q4 fao+1hMwmMHurXNc3r8yOBFqytVZhibOFDh/jtnnPC3k9uZEIJT23OAYQlnOjGJJ8j30 uR0oFdAaG9o05wdGHVNPK2aC1wFo+8TqLBrT97YMjh9ysQE9qFSP9qZGwg0TY3sgaD41 e00Q== X-Gm-Message-State: ALoCoQmPwCMpnq/ZBQabblWESCT+08a/Iv8HnoEIhK8igGck1dUVbPxUtLXVVPBLrILcTCLNmCQwFhLYTDdd20IXkD29FNmMKoZlENkrI9vHDFfDQw0coiAuPAmzzSdKaExl9gDyXaYqJ4X3CcfN69QPN1VTy6+u4iCcxaWhYzOGKH/lDnGmHyLgYh/HewYC35pRp9JMrjg8T18aH3gSQxvCvIfc8Nol6g== MIME-Version: 1.0 X-Received: by 10.107.35.69 with SMTP id j66mr21017323ioj.51.1450721093307; Mon, 21 Dec 2015 10:04:53 -0800 (PST) Received: by 10.50.210.10 with HTTP; Mon, 21 Dec 2015 10:04:53 -0800 (PST) In-Reply-To: References: <56778CF6.1090007@php.net> Date: Mon, 21 Dec 2015 21:04:53 +0300 Message-ID: To: Bob Weinand Cc: Sebastian Bergmann , PHP Internals Content-Type: multipart/alternative; boundary=001a1140f3786f6dad05276c53d3 Subject: Re: [PHP-DEV] CATCH in master (vs 7.0) From: dmitry@zend.com (Dmitry Stogov) --001a1140f3786f6dad05276c53d3 Content-Type: text/plain; charset=UTF-8 On Mon, Dec 21, 2015 at 2:27 PM, Bob Weinand wrote: > > Am 21.12.2015 um 06:24 schrieb Sebastian Bergmann : > > > > 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: > > > > 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). > We have a though about moving Optimizer into Zend, but we didn't make final decision yet. > > Bob > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a1140f3786f6dad05276c53d3--