Searched refs:zf_current (Results 1 – 6 of 6) sorted by relevance
68 union _zend_function *zf_current; member
190 …zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs.zf_current, "current", … in zend_user_it_get_current_data()385 class_type->iterator_funcs.zf_current = NULL; in zend_implement_iterator()
257 if (!class_type->iterator_funcs.zf_current) { in spl_fixedarray_object_new_ex()261 …class_type->iterator_funcs.zf_current = zend_hash_str_find_ptr(&class_type->function_table, "curre… in spl_fixedarray_object_new_ex()274 if (class_type->iterator_funcs.zf_current->common.scope != parent) { in spl_fixedarray_object_new_ex()
248 if (!class_type->iterator_funcs.zf_current) { in spl_array_object_new_ex()252 …class_type->iterator_funcs.zf_current = zend_hash_str_find_ptr(&class_type->function_table, "curre… in spl_array_object_new_ex()259 …if (class_type->iterator_funcs.zf_current->common.scope != parent) intern->ar_flags |= SPL_ARRAY_O… in spl_array_object_new_ex()
1121 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_current, "curr… in spl_multiple_iterator_get_all()
1356 class_type->iterator_funcs.zf_current = NULL; in spl_dual_it_gets_implemented()
Completed in 27 milliseconds