Lines Matching refs:parent
210 zend_class_entry *parent = class_type; in spl_fixedarray_object_new_ex() local
236 while (parent) { in spl_fixedarray_object_new_ex()
237 if (parent == spl_ce_SplFixedArray) { in spl_fixedarray_object_new_ex()
243 parent = parent->parent; in spl_fixedarray_object_new_ex()
249 if (!parent) { /* this must never happen */ in spl_fixedarray_object_new_ex()
260 if (class_type->iterator_funcs.zf_rewind->common.scope != parent) { in spl_fixedarray_object_new_ex()
263 if (class_type->iterator_funcs.zf_valid->common.scope != parent) { in spl_fixedarray_object_new_ex()
266 if (class_type->iterator_funcs.zf_key->common.scope != parent) { in spl_fixedarray_object_new_ex()
269 if (class_type->iterator_funcs.zf_current->common.scope != parent) { in spl_fixedarray_object_new_ex()
272 if (class_type->iterator_funcs.zf_next->common.scope != parent) { in spl_fixedarray_object_new_ex()
277 if (intern->fptr_offset_get->common.scope == parent) { in spl_fixedarray_object_new_ex()
281 if (intern->fptr_offset_set->common.scope == parent) { in spl_fixedarray_object_new_ex()
285 if (intern->fptr_offset_has->common.scope == parent) { in spl_fixedarray_object_new_ex()
289 if (intern->fptr_offset_del->common.scope == parent) { in spl_fixedarray_object_new_ex()
293 if (intern->fptr_count->common.scope == parent) { in spl_fixedarray_object_new_ex()