Searched refs:fptr_offset_has (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/ext/spl/ |
H A D | spl_fixedarray.c | 55 zend_function *fptr_offset_has; member 289 …intern->fptr_offset_has = zend_hash_str_find_ptr(&class_type->function_table, "offsetexists", size… in spl_fixedarray_object_new_ex() 290 if (intern->fptr_offset_has->common.scope == parent) { in spl_fixedarray_object_new_ex() 291 intern->fptr_offset_has = NULL; in spl_fixedarray_object_new_ex() 361 if (type == BP_VAR_IS && intern->fptr_offset_has) { in spl_fixedarray_object_read_dimension() 363 …zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_has, "offsetexists", r… in spl_fixedarray_object_read_dimension() 525 if (intern->fptr_offset_has) { in spl_fixedarray_object_has_dimension() 528 …zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_has, "offsetExists", &… in spl_fixedarray_object_has_dimension()
|
H A D | spl_array.c | 71 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 D | spl_dllist.c | 92 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 62 milliseconds