Home
last modified time | relevance | path

Searched refs:zf_offsetget (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_iterators.h76 zend_function *zf_offsetget; member
H A Dzend_interfaces.c388 funcs_ptr->zf_offsetget = zend_hash_str_find_ptr( in zend_implement_arrayaccess()
H A Dzend_object_handlers.c1025 zend_call_known_instance_method_with_1_params(funcs->zf_offsetget, object, rv, &tmp_offset); in zend_std_read_dimension()
1080 zend_call_known_instance_method_with_1_params(funcs->zf_offsetget, object, &retval, &tmp_offset); in zend_std_has_dimension()
/PHP-8.3/ext/spl/
H A Dspl_fixedarray.c396 if (HAS_FIXEDARRAY_ARRAYACCESS_OVERRIDE(object, zf_offsetget)) { in spl_fixedarray_object_read_dimension()
402 …zend_call_known_instance_method_with_1_params(object->ce->arrayaccess_funcs_ptr->zf_offsetget, obj… in spl_fixedarray_object_read_dimension()
H A Dspl_observer.c282 SPL_OBJECT_STORAGE_CLASS_HAS_OVERRIDE(class_type, zf_offsetget) || in spl_object_storage_new_ex()
/PHP-8.3/ext/opcache/
H A Dzend_file_cache.c878 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetget);
1704 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetget);
H A Dzend_persist.c1143 …ce->arrayaccess_funcs_ptr->zf_offsetget = zend_hash_str_find_ptr(&ce->function_table, "offsetget",… in zend_update_parent_ce()

Completed in 45 milliseconds