Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c56 zend_function *fptr_offset_set; member
297 …_type->function_table, "offsetset", sizeof("offsetset"), (void **) &intern->fptr_offset_set); in spl_fixedarray_object_new_ex()
298 if (intern->fptr_offset_set->common.scope == parent) { in spl_fixedarray_object_new_ex()
299 intern->fptr_offset_set = NULL; in spl_fixedarray_object_new_ex()
440 if (intern->fptr_offset_set) { in spl_fixedarray_object_write_dimension()
447 …zend_call_method_with_2_params(&object, intern->std.ce, &intern->fptr_offset_set, "offsetSet", NUL… in spl_fixedarray_object_write_dimension()
H A Dspl_dllist.c93 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_array.c74 zend_function *fptr_offset_set; member
234 …_type->function_table, "offsetset", sizeof("offsetset"), (void **) &intern->fptr_offset_set); in spl_array_object_new_ex()
235 if (intern->fptr_offset_set->common.scope == parent) { in spl_array_object_new_ex()
236 intern->fptr_offset_set = NULL; in spl_array_object_new_ex()
437 if (check_inherited && intern->fptr_offset_set) { in spl_array_write_dimension_ex()
443 …zend_call_method_with_2_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_set, "offsetSet", … in spl_array_write_dimension_ex()

Completed in 22 milliseconds