Hi! > Is this a bad expectation to have? Or should isset() silence the nested > undefined index as well? I also realized this has always been the
That would be really hard to do IMO. Imagine $bar being an object and implementing array access - so it needs somehow know that when offsetGet is called, it's in isset expression context somewhere upstream? While it may be nice in theory, in practice I'm not sure it's doable - or worth making doable. -- Stas Malyshev smalys...@gmail.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php