Searched refs:spl_ce_ArrayIterator (Results 1 – 3 of 3) sorted by relevance
35 extern PHPAPI zend_class_entry *spl_ce_ArrayIterator;
34 PHPAPI zend_class_entry *spl_ce_ArrayIterator; variable153 intern->ce_get_iterator = spl_ce_ArrayIterator; in spl_array_object_new_ex()172 ZEND_ASSERT(instanceof_function(class_type, spl_ce_ArrayIterator)); in spl_array_object_new_ex()787 const zend_class_entry *base_class_ce = instanceof_function(obj->ce, spl_ce_ArrayIterator) in spl_array_get_debug_info()788 ? spl_ce_ArrayIterator : spl_ce_ArrayObject; in spl_array_get_debug_info()1008 zend_class_entry *ce_get_iterator = spl_ce_ArrayIterator; in PHP_METHOD()1035 zend_class_entry *ce_get_iterator = spl_ce_ArrayIterator; in PHP_METHOD()1432 if (intern->ce_get_iterator == spl_ce_ArrayIterator) { in PHP_METHOD()1910 spl_ce_ArrayIterator->create_object = spl_array_object_new; in PHP_MINIT_FUNCTION()1911 spl_ce_ArrayIterator->default_object_handlers = &spl_handler_ArrayObject; in PHP_MINIT_FUNCTION()[all …]
1349 object_init_ex(&intern->u.append.zarrayit, spl_ce_ArrayIterator); in spl_dual_it_construct()1350 …method_with_0_params(Z_OBJ(intern->u.append.zarrayit), spl_ce_ArrayIterator, &spl_ce_ArrayIterator… in spl_dual_it_construct()1351 …intern->u.append.iterator = spl_ce_ArrayIterator->get_iterator(spl_ce_ArrayIterator, &intern->u.ap… in spl_dual_it_construct()
Completed in 29 milliseconds