Searched refs:default_properties_count (Results 1 – 25 of 31) sorted by relevance
12
37 ZVAL_UNDEF(object->properties_table + object->ce->default_properties_count); in _zend_object_std_init()63 if (EXPECTED(object->ce->default_properties_count)) { in zend_object_std_dtor()64 end = p + object->ce->default_properties_count; in zend_object_std_dtor()195 if (old_object->ce->default_properties_count) { in zend_objects_clone_members()198 zval *end = src + old_object->ce->default_properties_count; in zend_objects_clone_members()272 if (new_object->ce->default_properties_count) { in zend_objects_clone_obj()274 zval *end = p + new_object->ce->default_properties_count; in zend_objects_clone_obj()
84 (ce->default_properties_count - in zend_object_properties_size()101 ZEND_ASSERT(prop_num >= 0 && prop_num < obj->ce->default_properties_count); in zend_get_property_info_for_slot()
1418 if (ce->default_properties_count == 0) { in zend_build_properties_info_table()1433 if (ce->parent && ce->parent->default_properties_count != 0) { in zend_build_properties_info_table()1441 if (ce->default_properties_count == ce->parent->default_properties_count) { in zend_build_properties_info_table()1492 if (parent_ce->default_properties_count) { in zend_do_inheritance_ex()1495 if (ce->default_properties_count) { in zend_do_inheritance_ex()1496 …zval *table = pemalloc(sizeof(zval) * (ce->default_properties_count + parent_ce->default_propertie… in zend_do_inheritance_ex()1498 end = table + parent_ce->default_properties_count; in zend_do_inheritance_ex()1499 dst = end + ce->default_properties_count; in zend_do_inheritance_ex()1510 dst = end + parent_ce->default_properties_count; in zend_do_inheritance_ex()1538 ce->default_properties_count += parent_ce->default_properties_count; in zend_do_inheritance_ex()[all …]
69 zobj->properties = zend_new_array(ce->default_properties_count); in rebuild_object_properties()70 if (ce->default_properties_count) { in rebuild_object_properties()72 for (i = 0; i < ce->default_properties_count; i++) { in rebuild_object_properties()100 ht = zend_new_array(ce->default_properties_count); in zend_std_build_object_properties_array()101 if (ce->default_properties_count) { in zend_std_build_object_properties_array()103 for (i = 0; i < ce->default_properties_count; i++) { in zend_std_build_object_properties_array()149 *n = zobj->ce->default_properties_count; in zend_std_get_gc()553 zv = zobj->properties_table + zobj->ce->default_properties_count; in zend_get_property_guard()1695 if (!zobj1->ce->default_properties_count) { in zend_std_compare_objects()1709 for (i = 0; i < zobj1->ce->default_properties_count; i++) { in zend_std_compare_objects()
268 zval *end = p + ce->default_properties_count; in zend_cleanup_mutable_class_data()308 end = p + ce->default_properties_count; in destroy_zend_class()357 zval *end = p + ce->default_properties_count; in destroy_zend_class()419 zval *end = p + ce->default_properties_count; in destroy_zend_class()
1467 …operties_table = zend_arena_alloc(&CG(arena), sizeof(zval) * class_type->default_properties_count); in zend_update_class_constants()1470 end = dst + class_type->default_properties_count; in zend_update_class_constants()1485 for (uint32_t i = 0; i < class_type->default_properties_count; i++) { in zend_update_class_constants()1529 if (class_type->default_properties_count) { in _object_properties_init()1532 zval *end = src + class_type->default_properties_count; in _object_properties_init()1561 if (object->ce->default_properties_count) { in object_properties_init_ex()3404 if (EXPECTED(class_type->default_properties_count != 0)) { in display_disabled_class()3406 zval *end = p + class_type->default_properties_count; in display_disabled_class()4267 property_info->offset = OBJ_PROP_TO_OFFSET(ce->default_properties_count); in zend_declare_typed_property()4268 ce->default_properties_count++; in zend_declare_typed_property()[all …]
158 int default_properties_count; member
754 …if (!zobj->ce->default_properties_count && properties == zobj->properties && !GC_IS_RECURSIVE(prop… in ZEND_FUNCTION()821 (obj->ce->default_properties_count || in ZEND_FUNCTION()
343 zval *end = p + ce->default_properties_count; in zend_shutdown_executor_values()
767 (Z_OBJCE_P(op)->default_properties_count || in convert_to_array()
440 ADD_SIZE(sizeof(zval) * ce->default_properties_count); in zend_persist_class_entry_calc()441 for (i = 0; i < ce->default_properties_count; i++) { in zend_persist_class_entry_calc()473 ADD_SIZE(sizeof(zend_property_info *) * ce->default_properties_count); in zend_persist_class_entry_calc()
901 …zend_shared_memdup_free(ce->default_properties_table, sizeof(zval) * ce->default_properties_count); in zend_persist_class_entry()902 for (i = 0; i < ce->default_properties_count; i++) { in zend_persist_class_entry()956 size_t size = sizeof(zend_property_info *) * ce->default_properties_count; in zend_persist_class_entry()961 for (i = 0; i < ce->default_properties_count; i++) { in zend_persist_class_entry()
730 end = p + ce->default_properties_count;763 for (i = 0; i < ce->default_properties_count; i++) {1570 end = p + ce->default_properties_count;1598 for (i = 0; i < ce->default_properties_count; i++) {
3781 if (ce->default_properties_count) {3785 for (i = 0; i < ce->default_properties_count; i++) {
296 if (UNEXPECTED(token_class->default_properties_count > 4)) { in add_token()300 + token_class->default_properties_count; in add_token()
253 …ar_object*)ecalloc(1, sizeof(Calendar_object) + sizeof(zval) * (ce->default_properties_count - 1)); in Calendar_object_create()
195 …bject*)ecalloc(1, sizeof(IntlIterator_object) + sizeof(zval) * (ce->default_properties_count - 1)); in IntlIterator_object_create()
374 …ne_object*)ecalloc(1, sizeof(TimeZone_object) + sizeof(zval) * (ce->default_properties_count - 1)); in TimeZone_object_create()
1205 count = ce->default_properties_count; in php_var_serialize_intern()1206 for (i = 0; i < ce->default_properties_count; i++) { in php_var_serialize_intern()1221 for (i = 0; i < ce->default_properties_count; i++) { in php_var_serialize_intern()
144 for (i = 0; i < ce->default_properties_count; i++) { in php_json_encode_array()
799 if (!ce->default_properties_count && !ce->__set) { in php_mysqli_fetch_into_hash()
2260 if (object->properties == NULL && object->ce->default_properties_count == 0) { in php_sqlite3_get_gc()
2090 if (object->properties == NULL && object->ce->default_properties_count <= 1) { in dbstmt_get_gc()
65 ZEND_ASSERT(Z_OBJCE_P(object)->default_properties_count >= 1); in ZEND_DECLARE_MODULE_GLOBALS()71 ZEND_ASSERT(Z_OBJCE_P(object)->default_properties_count >= 2); in reflection_prop_class()
1976 slot >= obj->properties_table + obj->ce->default_properties_count)) { in zend_object_fetch_property_type_info()
Completed in 164 milliseconds