Home
last modified time | relevance | path

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

/PHP-7.2/ext/spl/
H A Dspl_fixedarray.c55 zend_function *fptr_offset_has; member
277 …intern->fptr_offset_has = zend_hash_str_find_ptr(&class_type->function_table, "offsetexists", size… in spl_fixedarray_object_new_ex()
278 if (intern->fptr_offset_has->common.scope == parent) { in spl_fixedarray_object_new_ex()
279 intern->fptr_offset_has = NULL; in spl_fixedarray_object_new_ex()
349 if (type == BP_VAR_IS && intern->fptr_offset_has) { in spl_fixedarray_object_read_dimension()
351 …zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_has, "offsetexists", r… in spl_fixedarray_object_read_dimension()
513 if (intern->fptr_offset_has) { in spl_fixedarray_object_has_dimension()
516 …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.c71 zend_function *fptr_offset_has; member
232 …intern->fptr_offset_has = zend_hash_str_find_ptr(&class_type->function_table, "offsetexists", size… in spl_array_object_new_ex()
233 if (intern->fptr_offset_has->common.scope == parent) { in spl_array_object_new_ex()
234 intern->fptr_offset_has = NULL; in spl_array_object_new_ex()
405 (intern->fptr_offset_get || (type == BP_VAR_IS && intern->fptr_offset_has))) { in spl_array_read_dimension_ex()
620 if (check_inherited && intern->fptr_offset_has) { in spl_array_has_dimension_ex()
622 …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.c92 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 25 milliseconds