Home
last modified time | relevance | path

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

/PHP-7.3/ext/spl/
H A Dspl_fixedarray.c52 zend_function *fptr_offset_set; member
269 …intern->fptr_offset_set = zend_hash_str_find_ptr(&class_type->function_table, "offsetset", sizeof(… in spl_fixedarray_object_new_ex()
270 if (intern->fptr_offset_set->common.scope == parent) { in spl_fixedarray_object_new_ex()
271 intern->fptr_offset_set = NULL; in spl_fixedarray_object_new_ex()
406 if (intern->fptr_offset_set) { in spl_fixedarray_object_write_dimension()
414 …zend_call_method_with_2_params(object, intern->std.ce, &intern->fptr_offset_set, "offsetSet", NULL… in spl_fixedarray_object_write_dimension()
H A Dspl_dllist.c89 zend_function *fptr_offset_set; member
432 …intern->fptr_offset_set = zend_hash_str_find_ptr(&class_type->function_table, "offsetset", sizeof(… in spl_dllist_object_new_ex()
433 if (intern->fptr_offset_set->common.scope == parent) { in spl_dllist_object_new_ex()
434 intern->fptr_offset_set = NULL; in spl_dllist_object_new_ex()
H A Dspl_array.c68 zend_function *fptr_offset_set; member
226 …intern->fptr_offset_set = zend_hash_str_find_ptr(&class_type->function_table, "offsetset", sizeof(… in spl_array_object_new_ex()
227 if (intern->fptr_offset_set->common.scope == parent) { in spl_array_object_new_ex()
228 intern->fptr_offset_set = NULL; in spl_array_object_new_ex()
455 if (check_inherited && intern->fptr_offset_set) { in spl_array_write_dimension_ex()
464 …zend_call_method_with_2_params(object, Z_OBJCE_P(object), &intern->fptr_offset_set, "offsetSet", N… in spl_array_write_dimension_ex()

Completed in 19 milliseconds