Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/
H A Dspl_array.c43 zend_object_handlers spl_handler_ArrayIterator; variable
196 ZEND_ASSERT(Z_OBJ_HT_P(orig) == &spl_handler_ArrayIterator); in spl_array_object_new_ex()
210 intern->std.handlers = &spl_handler_ArrayIterator; in spl_array_object_new_ex()
247 if (intern->std.handlers == &spl_handler_ArrayIterator) { in spl_array_object_new_ex()
855 base = Z_OBJ_HT_P(obj) == &spl_handler_ArrayIterator in spl_array_get_debug_info()
1124 …Z_OBJ_HT_P(array) == &spl_handler_ArrayObject || Z_OBJ_HT_P(array) == &spl_handler_ArrayIterator) { in spl_array_set_array()
1992 memcpy(&spl_handler_ArrayIterator, &spl_handler_ArrayObject, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()

Completed in 10 milliseconds