Searched refs:zf_offsetexists (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_iterators.h | 77 zend_function *zf_offsetexists; member
|
H A D | zend_interfaces.c | 389 funcs_ptr->zf_offsetexists = zend_hash_str_find_ptr( in zend_implement_arrayaccess()
|
H A D | zend_object_handlers.c | 952 zend_call_known_instance_method_with_1_params(funcs->zf_offsetexists, object, rv, &tmp_offset); in zend_std_read_dimension() 1018 …zend_call_known_instance_method_with_1_params(funcs->zf_offsetexists, object, &retval, &tmp_offset… in zend_std_has_dimension()
|
/PHP-8.2/ext/spl/ |
H A D | spl_fixedarray.c | 527 if (HAS_FIXEDARRAY_ARRAYACCESS_OVERRIDE(object, zf_offsetexists)) { in spl_fixedarray_object_has_dimension() 530 …zend_call_known_instance_method_with_1_params(object->ce->arrayaccess_funcs_ptr->zf_offsetexists, … in spl_fixedarray_object_has_dimension()
|
H A D | spl_observer.c | 285 SPL_OBJECT_STORAGE_CLASS_HAS_OVERRIDE(class_type, zf_offsetexists)) { in spl_object_storage_new_ex()
|
/PHP-8.2/ext/opcache/ |
H A D | zend_file_cache.c | 877 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetexists); 1701 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetexists);
|
H A D | zend_persist.c | 1130 …ce->arrayaccess_funcs_ptr->zf_offsetexists = zend_hash_str_find_ptr(&ce->function_table, "offsetex… in zend_update_parent_ce()
|
Completed in 56 milliseconds