Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_array.c54 zend_function *fptr_offset_has; member
203 …intern->fptr_offset_has = zend_hash_str_find_ptr(&class_type->function_table, "offsetexists", size… in spl_array_object_new_ex()
204 if (intern->fptr_offset_has->common.scope == parent) { in spl_array_object_new_ex()
205 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()
589 if (check_inherited && intern->fptr_offset_has) { in spl_array_has_dimension_ex()
590 …zend_call_method_with_1_params(object, object->ce, &intern->fptr_offset_has, "offsetExists", &rv, … in spl_array_has_dimension_ex()
H A Dspl_dllist.c80 zend_function *fptr_offset_has; member
371 …intern->fptr_offset_has = zend_hash_str_find_ptr(&class_type->function_table, "offsetexists", size… in spl_dllist_object_new_ex()
372 if (intern->fptr_offset_has->common.scope == parent) { in spl_dllist_object_new_ex()
373 intern->fptr_offset_has = NULL; in spl_dllist_object_new_ex()

Completed in 12 milliseconds