Home
last modified time | relevance | path

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

/PHP-8.2/ext/spl/
H A Dspl_array.c37 zend_object_handlers spl_handler_ArrayIterator; variable
172 ZEND_ASSERT(orig->handlers == &spl_handler_ArrayIterator); in spl_array_object_new_ex()
789 base = obj->handlers == &spl_handler_ArrayIterator in spl_array_get_debug_info()
957 …Z_OBJ_HT_P(array) == &spl_handler_ArrayObject || Z_OBJ_HT_P(array) == &spl_handler_ArrayIterator) { in spl_array_set_array()
1905 spl_ce_ArrayIterator->default_object_handlers = &spl_handler_ArrayIterator; in PHP_MINIT_FUNCTION()
1908 memcpy(&spl_handler_ArrayIterator, &spl_handler_ArrayObject, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()

Completed in 10 milliseconds