Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c52 zend_function *fptr_offset_set; member
275 …intern->fptr_offset_set = zend_hash_str_find_ptr(&class_type->function_table, "offsetset", sizeof(… in spl_fixedarray_object_new_ex()
276 if (intern->fptr_offset_set->common.scope == parent) { in spl_fixedarray_object_new_ex()
277 intern->fptr_offset_set = NULL; in spl_fixedarray_object_new_ex()
414 if (intern->fptr_offset_set) { in spl_fixedarray_object_write_dimension()
422 …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
225 …intern->fptr_offset_set = zend_hash_str_find_ptr(&class_type->function_table, "offsetset", sizeof(… in spl_array_object_new_ex()
226 if (intern->fptr_offset_set->common.scope == parent) { in spl_array_object_new_ex()
227 intern->fptr_offset_set = NULL; in spl_array_object_new_ex()
456 if (check_inherited && intern->fptr_offset_set) { in spl_array_write_dimension_ex()
465 …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 17 milliseconds