Home
last modified time | relevance | path

Searched refs:arrayaccess_funcs_ptr (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/opcache/
H A Dzend_file_cache.c878 if (ce->arrayaccess_funcs_ptr) {
879 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetget);
880 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetexists);
881 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetset);
882 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetunset);
883 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr);
1704 if (ce->arrayaccess_funcs_ptr) {
1705 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr);
1706 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetget);
1708 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetset);
[all …]
H A Dzend_persist.c977 if (ce->arrayaccess_funcs_ptr) { in zend_persist_class_entry()
978 …ce->arrayaccess_funcs_ptr = zend_shared_memdup(ce->arrayaccess_funcs_ptr, sizeof(zend_class_arraya… in zend_persist_class_entry()
1137 if (ce->arrayaccess_funcs_ptr) { in zend_update_parent_ce()
1139 …ce->arrayaccess_funcs_ptr->zf_offsetget = zend_hash_str_find_ptr(&ce->function_table, "offsetget",… in zend_update_parent_ce()
1140 …ce->arrayaccess_funcs_ptr->zf_offsetexists = zend_hash_str_find_ptr(&ce->function_table, "offsetex… in zend_update_parent_ce()
1141 …ce->arrayaccess_funcs_ptr->zf_offsetset = zend_hash_str_find_ptr(&ce->function_table, "offsetset",… in zend_update_parent_ce()
1142 …ce->arrayaccess_funcs_ptr->zf_offsetunset = zend_hash_str_find_ptr(&ce->function_table, "offsetuns… in zend_update_parent_ce()
H A Dzend_persist_calc.c484 if (ce->arrayaccess_funcs_ptr) { in zend_persist_class_entry_calc()
/php-src/ext/spl/
H A Dspl_fixedarray.c41 … UNEXPECTED((object)->ce != spl_ce_SplFixedArray && (object)->ce->arrayaccess_funcs_ptr->method->c…
397 …zend_call_known_instance_method_with_1_params(object->ce->arrayaccess_funcs_ptr->zf_offsetget, obj… in spl_fixedarray_object_read_dimension()
445 …zend_call_known_instance_method_with_2_params(object->ce->arrayaccess_funcs_ptr->zf_offsetset, obj… in spl_fixedarray_object_write_dimension()
474 …zend_call_known_instance_method_with_1_params(object->ce->arrayaccess_funcs_ptr->zf_offsetunset, o… in spl_fixedarray_object_unset_dimension()
507 …zend_call_known_instance_method_with_1_params(object->ce->arrayaccess_funcs_ptr->zf_offsetexists, … in spl_fixedarray_object_has_dimension()
H A Dspl_observer.c253 (class_type->arrayaccess_funcs_ptr && class_type->arrayaccess_funcs_ptr->zstr_method)
/php-src/Zend/
H A Dzend_interfaces.c381 ZEND_ASSERT(!class_type->arrayaccess_funcs_ptr && "ArrayAccess funcs already set?"); in zend_implement_arrayaccess()
385 class_type->arrayaccess_funcs_ptr = funcs_ptr; in zend_implement_arrayaccess()
H A Dzend.h191 zend_class_arrayaccess_funcs *arrayaccess_funcs_ptr; member
H A Dzend_object_handlers.c993 zend_class_arrayaccess_funcs *funcs = ce->arrayaccess_funcs_ptr; in zend_std_read_dimension()
1043 zend_class_arrayaccess_funcs *funcs = ce->arrayaccess_funcs_ptr; in zend_std_write_dimension()
1066 zend_class_arrayaccess_funcs *funcs = ce->arrayaccess_funcs_ptr; in zend_std_has_dimension()
1257 zend_class_arrayaccess_funcs *funcs = ce->arrayaccess_funcs_ptr; in zend_std_unset_dimension()
H A Dzend_opcode.c510 if (ce->arrayaccess_funcs_ptr) { in destroy_zend_class()
511 free(ce->arrayaccess_funcs_ptr); in destroy_zend_class()
H A Dzend_API.h319 class_container.arrayaccess_funcs_ptr = NULL; \
H A Dzend_compile.c2036 ce->arrayaccess_funcs_ptr = NULL; in zend_initialize_class_data()

Completed in 95 milliseconds