Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_iterators.h79 zend_function *zf_offsetunset; member
H A Dzend_interfaces.c393 funcs_ptr->zf_offsetunset = zend_hash_str_find_ptr( in zend_implement_arrayaccess()
H A Dzend_object_handlers.c1203 zend_call_known_instance_method_with_1_params(funcs->zf_offsetunset, object, NULL, &tmp_offset); in zend_std_unset_dimension()
/PHP-8.2/ext/spl/
H A Dspl_fixedarray.c494 if (UNEXPECTED(HAS_FIXEDARRAY_ARRAYACCESS_OVERRIDE(object, zf_offsetunset))) { in spl_fixedarray_object_unset_dimension()
495 …zend_call_known_instance_method_with_1_params(object->ce->arrayaccess_funcs_ptr->zf_offsetunset, o… in spl_fixedarray_object_unset_dimension()
H A Dspl_observer.c295 SPL_OBJECT_STORAGE_CLASS_HAS_OVERRIDE(class_type, zf_offsetunset)) { in spl_object_storage_new_ex()
/PHP-8.2/ext/opcache/
H A Dzend_file_cache.c879 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetunset);
1703 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetunset);
H A Dzend_persist.c1132 …ce->arrayaccess_funcs_ptr->zf_offsetunset = zend_hash_str_find_ptr(&ce->function_table, "offsetuns… in zend_update_parent_ce()

Completed in 28 milliseconds