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.c897 if (ce->arrayaccess_funcs_ptr) {
898 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetget);
899 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetexists);
900 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetset);
901 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetunset);
902 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr);
1740 if (ce->arrayaccess_funcs_ptr) {
1741 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr);
1742 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetget);
1744 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetset);
[all …]
H A Dzend_persist.c1011 if (ce->arrayaccess_funcs_ptr) { in zend_persist_class_entry()
1012 …ce->arrayaccess_funcs_ptr = zend_shared_memdup(ce->arrayaccess_funcs_ptr, sizeof(zend_class_arraya… in zend_persist_class_entry()
1171 if (ce->arrayaccess_funcs_ptr) { in zend_update_parent_ce()
1173 …ce->arrayaccess_funcs_ptr->zf_offsetget = zend_hash_str_find_ptr(&ce->function_table, "offsetget",… in zend_update_parent_ce()
1174 …ce->arrayaccess_funcs_ptr->zf_offsetexists = zend_hash_str_find_ptr(&ce->function_table, "offsetex… in zend_update_parent_ce()
1175 …ce->arrayaccess_funcs_ptr->zf_offsetset = zend_hash_str_find_ptr(&ce->function_table, "offsetset",… in zend_update_parent_ce()
1176 …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.c491 if (ce->arrayaccess_funcs_ptr) { in zend_persist_class_entry_calc()
/php-src/ext/spl/
H A Dspl_fixedarray.c37 … UNEXPECTED((object)->ce != spl_ce_SplFixedArray && (object)->ce->arrayaccess_funcs_ptr->method->c…
393 …zend_call_known_instance_method_with_1_params(object->ce->arrayaccess_funcs_ptr->zf_offsetget, obj… in spl_fixedarray_object_read_dimension()
441 …zend_call_known_instance_method_with_2_params(object->ce->arrayaccess_funcs_ptr->zf_offsetset, obj… in spl_fixedarray_object_write_dimension()
472 …zend_call_known_instance_method_with_1_params(object->ce->arrayaccess_funcs_ptr->zf_offsetunset, o… in spl_fixedarray_object_unset_dimension()
505 …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.c386 ZEND_ASSERT(!class_type->arrayaccess_funcs_ptr && "ArrayAccess funcs already set?"); in zend_implement_arrayaccess()
390 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.c1217 zend_class_arrayaccess_funcs *funcs = ce->arrayaccess_funcs_ptr; in zend_std_read_dimension()
1267 zend_class_arrayaccess_funcs *funcs = ce->arrayaccess_funcs_ptr; in zend_std_write_dimension()
1291 zend_class_arrayaccess_funcs *funcs = ce->arrayaccess_funcs_ptr; in zend_std_has_dimension()
1533 zend_class_arrayaccess_funcs *funcs = ce->arrayaccess_funcs_ptr; in zend_std_unset_dimension()
H A Dzend_opcode.c518 if (ce->arrayaccess_funcs_ptr) { in destroy_zend_class()
519 free(ce->arrayaccess_funcs_ptr); in destroy_zend_class()
H A Dzend_API.h319 class_container.arrayaccess_funcs_ptr = NULL; \
H A Dzend_compile.c2098 ce->arrayaccess_funcs_ptr = NULL; in zend_initialize_class_data()

Completed in 125 milliseconds