fptr_offset_set    70 ext/spl/spl_array.c 	zend_function     *fptr_offset_set;
fptr_offset_set   215 ext/spl/spl_array.c 		intern->fptr_offset_set = zend_hash_str_find_ptr(&class_type->function_table, "offsetset", sizeof("offsetset") - 1);
fptr_offset_set   216 ext/spl/spl_array.c 		if (intern->fptr_offset_set->common.scope == parent) {
fptr_offset_set   217 ext/spl/spl_array.c 			intern->fptr_offset_set = NULL;
fptr_offset_set   435 ext/spl/spl_array.c 	if (check_inherited && intern->fptr_offset_set) {
fptr_offset_set   444 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    91 ext/spl/spl_dllist.c 	zend_function         *fptr_offset_set;
fptr_offset_set   432 ext/spl/spl_dllist.c 		intern->fptr_offset_set = zend_hash_str_find_ptr(&class_type->function_table, "offsetset", sizeof("offsetset") - 1);
fptr_offset_set   433 ext/spl/spl_dllist.c 		if (intern->fptr_offset_set->common.scope == parent) {
fptr_offset_set   434 ext/spl/spl_dllist.c 			intern->fptr_offset_set = NULL;
fptr_offset_set    54 ext/spl/spl_fixedarray.c 	zend_function         *fptr_offset_set;
fptr_offset_set   285 ext/spl/spl_fixedarray.c 		intern->fptr_offset_set = zend_hash_str_find_ptr(&class_type->function_table, "offsetset", sizeof("offsetset") - 1);
fptr_offset_set   286 ext/spl/spl_fixedarray.c 		if (intern->fptr_offset_set->common.scope == parent) {
fptr_offset_set   287 ext/spl/spl_fixedarray.c 			intern->fptr_offset_set = NULL;
fptr_offset_set   416 ext/spl/spl_fixedarray.c 	if (intern->fptr_offset_set) {
fptr_offset_set   425 ext/spl/spl_fixedarray.c 		zend_call_method_with_2_params(object, intern->std.ce, &intern->fptr_offset_set, "offsetSet", NULL, offset, value);