Just figured it out now thanks to
http://lxr.php.net/xref/PHP_5_4/Zend/zend_interfaces.c#582

Thanks Nikita.

2012/11/25 Nikita Popov <nikita....@gmail.com>:
> 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
>

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to