Home
last modified time | relevance | path

Searched refs:fptr_offset_set (Results 1 – 3 of 3) sorted by path

/PHP-5.3/ext/spl/
H A Dspl_array.c70 zend_function *fptr_offset_set; member
232 …_type->function_table, "offsetset", sizeof("offsetset"), (void **) &intern->fptr_offset_set); in spl_array_object_new_ex()
233 if (intern->fptr_offset_set->common.scope == parent) { in spl_array_object_new_ex()
234 intern->fptr_offset_set = NULL; in spl_array_object_new_ex()
443 if (check_inherited && intern->fptr_offset_set) { in spl_array_write_dimension_ex()
449 …zend_call_method_with_2_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_set, "offsetSet", … in spl_array_write_dimension_ex()
H A Dspl_dllist.c92 zend_function *fptr_offset_set; member
435 …_type->function_table, "offsetset", sizeof("offsetset"), (void **) &intern->fptr_offset_set); in spl_dllist_object_new_ex()
436 if (intern->fptr_offset_set->common.scope == parent) { in spl_dllist_object_new_ex()
437 intern->fptr_offset_set = NULL; in spl_dllist_object_new_ex()
H A Dspl_fixedarray.c56 zend_function *fptr_offset_set; member
280 …_type->function_table, "offsetset", sizeof("offsetset"), (void **) &intern->fptr_offset_set); in spl_fixedarray_object_new_ex()
281 if (intern->fptr_offset_set->common.scope == parent) { in spl_fixedarray_object_new_ex()
282 intern->fptr_offset_set = NULL; in spl_fixedarray_object_new_ex()
423 if (intern->fptr_offset_set) { in spl_fixedarray_object_write_dimension()
430 …zend_call_method_with_2_params(&object, intern->std.ce, &intern->fptr_offset_set, "offsetSet", NUL… in spl_fixedarray_object_write_dimension()

Completed in 31 milliseconds