Home
last modified time | relevance | path

Searched refs:properties_info_table (Results 1 – 16 of 16) sorted by relevance

/PHP-8.1/Zend/
H A Dzend_objects_API.h99 zend_property_info **table = obj->ce->properties_info_table; in zend_get_property_info_for_slot()
H A Dzend.h169 struct _zend_property_info **properties_info_table; member
H A Dzend_opcode.c487 if (ce->properties_info_table) { in destroy_zend_class()
488 free(ce->properties_info_table); in destroy_zend_class()
H A Dzend_object_handlers.c72 prop_info = ce->properties_info_table[i]; in rebuild_object_properties()
103 prop_info = ce->properties_info_table[i]; in zend_std_build_object_properties_array()
1685 info = zobj1->ce->properties_info_table[i]; in zend_std_compare_objects()
H A Dzend_API.c1473 prop_info = class_type->properties_info_table[i]; in zend_update_class_constants()
4158 ZEND_ASSERT(ce->properties_info_table != NULL); in zend_declare_typed_property()
4159 ce->properties_info_table[OBJ_PROP_TO_NUM(property_info->offset)] = property_info; in zend_declare_typed_property()
4167 …ce->properties_info_table = perealloc(ce->properties_info_table, sizeof(zend_property_info *) * ce… in zend_declare_typed_property()
4168 ce->properties_info_table[ce->default_properties_count - 1] = property_info; in zend_declare_typed_property()
H A Dzend_inheritance.c1378 ZEND_ASSERT(ce->properties_info_table == NULL); in zend_build_properties_info_table()
1381 ce->properties_info_table = table = zend_arena_alloc(&CG(arena), size); in zend_build_properties_info_table()
1383 ce->properties_info_table = table = pemalloc(size, 1); in zend_build_properties_info_table()
1390 zend_property_info **parent_table = ce->parent->properties_info_table; in zend_build_properties_info_table()
H A Dzend_compile.c1900 ce->properties_info_table = NULL; in zend_initialize_class_data()
/PHP-8.1/ext/opcache/
H A Dzend_persist.c947 if (ce->properties_info_table) { in zend_persist_class_entry()
952 ce->properties_info_table = zend_shared_memdup( in zend_persist_class_entry()
953 ce->properties_info_table, size); in zend_persist_class_entry()
956 if (ce->properties_info_table[i]) { in zend_persist_class_entry()
958 ce->properties_info_table[i]); in zend_persist_class_entry()
960 ce->properties_info_table[i] = prop_info; in zend_persist_class_entry()
H A Dzend_file_cache.c740 if (ce->properties_info_table) {
744 SERIALIZE_PTR(ce->properties_info_table);
745 table = ce->properties_info_table;
1530 if (ce->properties_info_table) {
1532 UNSERIALIZE_PTR(ce->properties_info_table);
1535 UNSERIALIZE_PTR(ce->properties_info_table[i]);
H A Dzend_persist_calc.c450 if (ce->properties_info_table) { in zend_persist_class_entry_calc()
H A DZendAccelerator.c3779 zend_property_info *prop = ce->properties_info_table[i];
/PHP-8.1/ext/json/
H A Djson_encoder.c138 prop_info = ce->properties_info_table[i]; in php_json_encode_array()
/PHP-8.1/ext/standard/
H A Dvar.c1204 prop_info = ce->properties_info_table[i]; in php_var_serialize_intern()
1219 prop_info = ce->properties_info_table[i]; in php_var_serialize_intern()
/PHP-8.1/
H A DUPGRADING480 default_properties_table[] and properties_info_table[]. The old order was
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc13268 | mov r0, aword [r0 + offsetof(zend_class_entry, properties_info_table)]
13675 | mov r0, aword [r0 + offsetof(zend_class_entry, properties_info_table)]
14181 | mov r0, aword [r0 + offsetof(zend_class_entry, properties_info_table)]
14611 | mov r0, aword [r0 + offsetof(zend_class_entry, properties_info_table)]
H A Dzend_jit_arm64.dasc12488 | ldr REG0, [REG0, #offsetof(zend_class_entry, properties_info_table)]
12894 | ldr REG0, [REG0, #offsetof(zend_class_entry, properties_info_table)]
13353 | ldr REG0, [REG0, #offsetof(zend_class_entry, properties_info_table)]
13735 | ldr REG0, [REG0, #offsetof(zend_class_entry, properties_info_table)]

Completed in 153 milliseconds