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
On Sun, Nov 25, 2012 at 3:45 PM, Patrick Allaert
patrick.allaert@gmail.comwrote:
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
--
zend_ce_aggregate is the class entry of the IteratorAggregate interface.
Nikita
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.ppv@gmail.com:
On Sun, Nov 25, 2012 at 3:45 PM, Patrick Allaert patrick.allaert@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
--
zend_ce_aggregate is the class entry of the IteratorAggregate interface.
Nikita