Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c57 zend_function *fptr_offset_has; member
301 …_type->function_table, "offsetexists", sizeof("offsetexists"), (void **) &intern->fptr_offset_has); in spl_fixedarray_object_new_ex()
302 if (intern->fptr_offset_has->common.scope == parent) { in spl_fixedarray_object_new_ex()
303 intern->fptr_offset_has = NULL; in spl_fixedarray_object_new_ex()
537 …zend_call_method_with_1_params(&object, intern->std.ce, &intern->fptr_offset_has, "offsetExists", … in spl_fixedarray_object_has_dimension()
H A Dspl_dllist.c94 zend_function *fptr_offset_has; member
439 …_type->function_table, "offsetexists", sizeof("offsetexists"), (void **) &intern->fptr_offset_has); in spl_dllist_object_new_ex()
440 if (intern->fptr_offset_has->common.scope == parent) { in spl_dllist_object_new_ex()
441 intern->fptr_offset_has = NULL; in spl_dllist_object_new_ex()
H A Dspl_array.c75 zend_function *fptr_offset_has; member
238 …_type->function_table, "offsetexists", sizeof("offsetexists"), (void **) &intern->fptr_offset_has); in spl_array_object_new_ex()
239 if (intern->fptr_offset_has->common.scope == parent) { in spl_array_object_new_ex()
240 intern->fptr_offset_has = NULL; in spl_array_object_new_ex()
598 if (check_inherited && intern->fptr_offset_has) { in spl_array_has_dimension_ex()
600 …zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_has, "offsetExists… in spl_array_has_dimension_ex()

Completed in 52 milliseconds