Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_interfaces.c27 ZEND_API zend_class_entry *zend_ce_aggregate; variable
303 …if (class_type->interfaces[i] == zend_ce_aggregate || class_type->interfaces[i] == zend_ce_iterato… in zend_implement_traversable()
311 zend_ce_aggregate->name); in zend_implement_traversable()
365 zend_ce_aggregate->name); in zend_implement_iterator()
H A Dzend_interfaces.h30 extern ZEND_API zend_class_entry *zend_ce_aggregate;
/PHP-5.5/ext/spl/
H A Dspl_iterators.h32 #define spl_ce_Aggregate zend_ce_aggregate
H A Dspl_iterators.c464 if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate TSRMLS_CC)) { in spl_recursive_it_it_construct()
494 if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate TSRMLS_CC)) { in spl_recursive_it_it_construct()
1448 if (instanceof_function(ce, zend_ce_aggregate TSRMLS_CC)) { in spl_dual_it_construct()

Completed in 36 milliseconds