Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_iterators.h68 zend_function *zf_rewind; member
H A Dzend_interfaces.c224 …zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs_ptr->zf_rewind, "rewind… in zend_user_it_rewind()
404 …funcs_ptr->zf_rewind = zend_hash_str_find_ptr(&class_type->function_table, "rewind", sizeof("rewin… in zend_implement_iterator()
420 funcs_ptr->zf_rewind = NULL; in zend_implement_iterator()
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c248 …funcs_ptr->zf_rewind = zend_hash_str_find_ptr(&class_type->function_table, "rewind", sizeof("rewin… in spl_fixedarray_object_new_ex()
255 if (funcs_ptr->zf_rewind->common.scope != parent) { in spl_fixedarray_object_new_ex()
H A Dspl_array.c248 …funcs_ptr->zf_rewind = zend_hash_str_find_ptr(&class_type->function_table, "rewind", sizeof("rewin… in spl_array_object_new_ex()
255 …if (funcs_ptr->zf_rewind->common.scope != parent) intern->ar_flags |= SPL_ARRAY_OVERLOADED_REWIND; in spl_array_object_new_ex()
H A Dspl_observer.c1121 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs_ptr->zf_rewind, "… in SPL_METHOD()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c795 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_rewind);
1488 UNSERIALIZE_PTR(ce->iterator_funcs_ptr->zf_rewind);
H A Dzend_persist.c924 …ce->iterator_funcs_ptr->zf_rewind = zend_hash_str_find_ptr(&ce->function_table, "rewind", sizeof("… in zend_update_parent_ce()

Completed in 62 milliseconds