Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_iterators.h78 zend_function *zf_offsetset; member
H A Dzend_interfaces.c391 funcs_ptr->zf_offsetset = zend_hash_str_find_ptr( in zend_implement_arrayaccess()
H A Dzend_object_handlers.c1051 …zend_call_known_instance_method_with_2_params(funcs->zf_offsetset, object, NULL, &tmp_offset, valu… in zend_std_write_dimension()
/php-src/ext/spl/
H A Dspl_fixedarray.c438 if (HAS_FIXEDARRAY_ARRAYACCESS_OVERRIDE(object, zf_offsetset)) { in spl_fixedarray_object_write_dimension()
445 …zend_call_known_instance_method_with_2_params(object->ce->arrayaccess_funcs_ptr->zf_offsetset, obj… in spl_fixedarray_object_write_dimension()
H A Dspl_observer.c285 SPL_OBJECT_STORAGE_CLASS_HAS_OVERRIDE(class_type, zf_offsetset)) { in spl_object_storage_new_ex()
/php-src/ext/opcache/
H A Dzend_file_cache.c881 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetset);
1708 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetset);
H A Dzend_persist.c1141 …ce->arrayaccess_funcs_ptr->zf_offsetset = zend_hash_str_find_ptr(&ce->function_table, "offsetset",… in zend_update_parent_ce()

Completed in 29 milliseconds