On 07.06.2008 22:59, Marcus Boerger wrote:
+ if (!offset) { + /* '$array[] = value' syntax is not supported */ + zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC);Why not use OverflowException here?
Do you think it's more applicable in this case? (I have no idea myself) --Wbr, Antony Dovgal
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php