Re: [PHP-DEV] Concern around growing complexity in engine - hash table specifically

2015-04-08 Thread Dmitry Stogov
On Fri, Apr 3, 2015 at 9:57 PM, Anthony Ferrara wrote: > All, > > I spent a little bit of time today trying to debug an issue with 7 > that Drupal 8 was facing, specifically regarding an array index not > behaving correctly ($array["key"] returned null, even though the key > existed in the hash t

Re: [PHP-DEV] Concern around growing complexity in engine - hash table specifically

2015-04-08 Thread Adam Harvey
On 8 April 2015 at 08:16, Anthony Ferrara wrote: > Sophistication is fine. What worries me though is magic. What worries > me is the growing inability to debug with normal tools. Perhaps we > need a GDB extension to provide tooling for common debugging tasks. > Heck, even dumping a zend_string req

Re: [PHP-DEV] Concern around growing complexity in engine - hash table specifically

2015-04-08 Thread Anthony Ferrara
Andi, On Tue, Apr 7, 2015 at 8:52 PM, Andi Gutmans wrote: > On Fri, Apr 3, 2015 at 11:57 AM, Anthony Ferrara > wrote: >> >> All, >> >> I spent a little bit of time today trying to debug an issue with 7 >> that Drupal 8 was facing, specifically regarding an array index not >> behaving correctly