Searched refs:zf_offsetset (Results 1 – 7 of 7) sorted by relevance
78 zend_function *zf_offsetset; member
391 funcs_ptr->zf_offsetset = zend_hash_str_find_ptr( in zend_implement_arrayaccess()
999 …zend_call_known_instance_method_with_2_params(funcs->zf_offsetset, object, NULL, &tmp_offset, valu… in zend_std_write_dimension()
457 if (HAS_FIXEDARRAY_ARRAYACCESS_OVERRIDE(object, zf_offsetset)) { in spl_fixedarray_object_write_dimension()464 …zend_call_known_instance_method_with_2_params(object->ce->arrayaccess_funcs_ptr->zf_offsetset, obj… in spl_fixedarray_object_write_dimension()
290 SPL_OBJECT_STORAGE_CLASS_HAS_OVERRIDE(class_type, zf_offsetset)) { in spl_object_storage_new_ex()
878 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetset);1702 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetset);
1131 …ce->arrayaccess_funcs_ptr->zf_offsetset = zend_hash_str_find_ptr(&ce->function_table, "offsetset",… in zend_update_parent_ce()
Completed in 48 milliseconds