Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/
H A Dspl_fixedarray.c54 zend_function *fptr_offset_set; member
285 …intern->fptr_offset_set = zend_hash_str_find_ptr(&class_type->function_table, "offsetset", sizeof(… in spl_fixedarray_object_new_ex()
286 if (intern->fptr_offset_set->common.scope == parent) { in spl_fixedarray_object_new_ex()
287 intern->fptr_offset_set = NULL; in spl_fixedarray_object_new_ex()
432 if (intern->fptr_offset_set) { in spl_fixedarray_object_write_dimension()
440 …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.c91 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.c70 zend_function *fptr_offset_set; member
228 …intern->fptr_offset_set = zend_hash_str_find_ptr(&class_type->function_table, "offsetset", sizeof(… in spl_array_object_new_ex()
229 if (intern->fptr_offset_set->common.scope == parent) { in spl_array_object_new_ex()
230 intern->fptr_offset_set = NULL; in spl_array_object_new_ex()
457 if (check_inherited && intern->fptr_offset_set) { in spl_array_write_dimension_ex()
466 …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 31 milliseconds