Re: [PHP-DEV] CATCH in master (vs 7.0)

2015-12-21 Thread Dmitry Stogov
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() calla

Re: [PHP-DEV] CATCH in master (vs 7.0)

2015-12-21 Thread Bob Weinand
> 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 Opti

[PHP-DEV] CATCH in master (vs 7.0)

2015-12-20 Thread Derick Rethans
Hi! I've been making sure Xdebug (and vld) compile with master as well - and while doing so I was retrofitting CATCH to use the extended value as a relative jump point (instead of absolute). Like: PHP 7.0: vld_printf (stderr, ", ->%d", op.extended_value); PHP 7.1: vld_printf (stderr, ", ->%d",