Home
last modified time | relevance | path

Searched refs:zend_ce_aggregate (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_interfaces.c27 ZEND_API zend_class_entry *zend_ce_aggregate; variable
315 …if (class_type->interfaces[i] == zend_ce_aggregate || class_type->interfaces[i] == zend_ce_iterato… in zend_implement_traversable()
323 ZSTR_VAL(zend_ce_aggregate->name)); in zend_implement_traversable()
378 ZSTR_VAL(zend_ce_aggregate->name)); in zend_implement_iterator()
H A Dzend_interfaces.h30 extern ZEND_API zend_class_entry *zend_ce_aggregate;
/PHP-7.0/ext/spl/
H A Dspl_iterators.h32 #define spl_ce_Aggregate zend_ce_aggregate
H A Dspl_iterators.c497 if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate)) { in spl_recursive_it_it_construct()
525 if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate)) { in spl_recursive_it_it_construct()
1523 if (instanceof_function(ce, zend_ce_aggregate)) { in spl_dual_it_construct()

Completed in 29 milliseconds