fptr_offset_set    74 ext/spl/spl_array.c 	zend_function     *fptr_offset_set;
fptr_offset_set   234 ext/spl/spl_array.c 		zend_hash_find(&class_type->function_table, "offsetset",    sizeof("offsetset"),    (void **) &intern->fptr_offset_set);
fptr_offset_set   235 ext/spl/spl_array.c 		if (intern->fptr_offset_set->common.scope == parent) {
fptr_offset_set   236 ext/spl/spl_array.c 			intern->fptr_offset_set = NULL;
fptr_offset_set   443 ext/spl/spl_array.c 	if (check_inherited && intern->fptr_offset_set) {
fptr_offset_set   449 ext/spl/spl_array.c 		zend_call_method_with_2_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_set, "offsetSet", NULL, offset, value);
fptr_offset_set    93 ext/spl/spl_dllist.c 	zend_function         *fptr_offset_set;
fptr_offset_set   435 ext/spl/spl_dllist.c 		zend_hash_find(&class_type->function_table, "offsetset",    sizeof("offsetset"),    (void **) &intern->fptr_offset_set);
fptr_offset_set   436 ext/spl/spl_dllist.c 		if (intern->fptr_offset_set->common.scope == parent) {
fptr_offset_set   437 ext/spl/spl_dllist.c 			intern->fptr_offset_set = NULL;
fptr_offset_set    56 ext/spl/spl_fixedarray.c 	zend_function         *fptr_offset_set;
fptr_offset_set   297 ext/spl/spl_fixedarray.c 		zend_hash_find(&class_type->function_table, "offsetset",    sizeof("offsetset"),    (void **) &intern->fptr_offset_set);
fptr_offset_set   298 ext/spl/spl_fixedarray.c 		if (intern->fptr_offset_set->common.scope == parent) {
fptr_offset_set   299 ext/spl/spl_fixedarray.c 			intern->fptr_offset_set = NULL;
fptr_offset_set   440 ext/spl/spl_fixedarray.c 	if (intern->fptr_offset_set) {
fptr_offset_set   447 ext/spl/spl_fixedarray.c 		zend_call_method_with_2_params(&object, intern->std.ce, &intern->fptr_offset_set, "offsetSet", NULL, offset, value);