Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_objects_API.h101 zend_property_info **table = obj->ce->properties_info_table; in zend_get_property_info_for_slot()
H A Dzend.h170 struct _zend_property_info **properties_info_table; member
H A Dzend_opcode.c516 if (ce->properties_info_table) { in destroy_zend_class()
517 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()
1764 info = zobj1->ce->properties_info_table[i]; in zend_std_compare_objects()
H A Dzend_API.c1610 prop_info = class_type->properties_info_table[i]; in zend_update_class_constants()
4476 ZEND_ASSERT(ce->properties_info_table != NULL); in zend_declare_typed_property()
4477 ce->properties_info_table[OBJ_PROP_TO_NUM(property_info->offset)] = property_info; in zend_declare_typed_property()
4485 …ce->properties_info_table = perealloc(ce->properties_info_table, sizeof(zend_property_info *) * ce… in zend_declare_typed_property()
4486 ce->properties_info_table[ce->default_properties_count - 1] = property_info; in zend_declare_typed_property()
H A Dzend_inheritance.c1448 ZEND_ASSERT(ce->properties_info_table == NULL); in zend_build_properties_info_table()
1451 ce->properties_info_table = table = zend_arena_alloc(&CG(arena), size); in zend_build_properties_info_table()
1453 ce->properties_info_table = table = pemalloc(size, 1); in zend_build_properties_info_table()
1460 zend_property_info **parent_table = ce->parent->properties_info_table; in zend_build_properties_info_table()
H A Dzend_compile.c2014 ce->properties_info_table = NULL; in zend_initialize_class_data()
/php-src/ext/opcache/
H A Dzend_persist.c955 if (ce->properties_info_table) { in zend_persist_class_entry()
960 ce->properties_info_table = zend_shared_memdup( in zend_persist_class_entry()
961 ce->properties_info_table, size); in zend_persist_class_entry()
964 if (ce->properties_info_table[i]) { in zend_persist_class_entry()
966 ce->properties_info_table[i]); in zend_persist_class_entry()
968 ce->properties_info_table[i] = prop_info; in zend_persist_class_entry()
H A Dzend_file_cache.c758 if (ce->properties_info_table) {
762 SERIALIZE_PTR(ce->properties_info_table);
763 table = ce->properties_info_table;
1600 if (ce->properties_info_table) {
1602 UNSERIALIZE_PTR(ce->properties_info_table);
1605 UNSERIALIZE_PTR(ce->properties_info_table[i]);
H A Dzend_persist_calc.c473 if (ce->properties_info_table) { in zend_persist_class_entry_calc()
H A DZendAccelerator.c3768 zend_property_info *prop = ce->properties_info_table[i];
/php-src/ext/json/
H A Djson_encoder.c145 prop_info = ce->properties_info_table[i]; in php_json_encode_array()
/php-src/ext/standard/
H A Dvar.c1183 prop_info = ce->properties_info_table[i]; in php_var_serialize_intern()
1198 prop_info = ce->properties_info_table[i]; in php_var_serialize_intern()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c13915 ref = ir_LOAD_A(ir_ADD_OFFSET(ref, offsetof(zend_class_entry, properties_info_table)));
14243 ref = ir_LOAD_A(ir_ADD_OFFSET(ref, offsetof(zend_class_entry, properties_info_table)));
14529 ref = ir_LOAD_A(ir_ADD_OFFSET(ref, offsetof(zend_class_entry, properties_info_table)));
14899 ref = ir_LOAD_A(ir_ADD_OFFSET(ref, offsetof(zend_class_entry, properties_info_table)));

Completed in 171 milliseconds