On Sun, Nov 25, 2012 at 3:45 PM, Patrick Allaert <patrick.alla...@gmail.com>wrote:
> Hi, > > What is the "zend_ce_aggregate" zend_class_entry? > It looks like it has been introduced by helly in PHP 5.0 but the > purpose is not clear to me. Maybe a WIP related to the object > aggregation functions we had in PHP 4? > > Patrick > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > zend_ce_aggregate is the class entry of the IteratorAggregate interface. Nikita