Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c53 zend_function *fptr_offset_has; member
279 …intern->fptr_offset_has = zend_hash_str_find_ptr(&class_type->function_table, "offsetexists", size… in spl_fixedarray_object_new_ex()
280 if (intern->fptr_offset_has->common.scope == parent) { in spl_fixedarray_object_new_ex()
281 intern->fptr_offset_has = NULL; in spl_fixedarray_object_new_ex()
507 if (intern->fptr_offset_has) { in spl_fixedarray_object_has_dimension()
512 …zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_has, "offsetExists", &… in spl_fixedarray_object_has_dimension()
H A Dspl_array.c69 zend_function *fptr_offset_has; member
229 …intern->fptr_offset_has = zend_hash_str_find_ptr(&class_type->function_table, "offsetexists", size… in spl_array_object_new_ex()
230 if (intern->fptr_offset_has->common.scope == parent) { in spl_array_object_new_ex()
231 intern->fptr_offset_has = NULL; in spl_array_object_new_ex()
404 (intern->fptr_offset_get || (type == BP_VAR_IS && intern->fptr_offset_has))) { in spl_array_read_dimension_ex()
616 if (check_inherited && intern->fptr_offset_has) { in spl_array_has_dimension_ex()
618 …zend_call_method_with_1_params(object, Z_OBJCE_P(object), &intern->fptr_offset_has, "offsetExists"… in spl_array_has_dimension_ex()
H A Dspl_dllist.c90 zend_function *fptr_offset_has; member
436 …intern->fptr_offset_has = zend_hash_str_find_ptr(&class_type->function_table, "offsetexists", size… in spl_dllist_object_new_ex()
437 if (intern->fptr_offset_has->common.scope == parent) { in spl_dllist_object_new_ex()
438 intern->fptr_offset_has = NULL; in spl_dllist_object_new_ex()

Completed in 27 milliseconds