Home
last modified time | relevance | path

Searched refs:default_properties_count (Results 1 – 20 of 20) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_objects.c39 ZVAL_UNDEF(object->properties_table + object->ce->default_properties_count); in zend_object_std_init()
56 if (EXPECTED(object->ce->default_properties_count)) { in zend_object_std_dtor()
57 end = p + object->ce->default_properties_count; in zend_object_std_dtor()
171 if (old_object->ce->default_properties_count) { in zend_objects_clone_members()
174 zval *end = src + old_object->ce->default_properties_count; in zend_objects_clone_members()
247 if (new_object->ce->default_properties_count) { in zend_objects_clone_obj()
249 zval *end = p + new_object->ce->default_properties_count; in zend_objects_clone_obj()
H A Dzend_objects_API.h85 (ce->default_properties_count - in zend_object_properties_size()
H A Dzend_inheritance.c820 if (parent_ce->default_properties_count) { in zend_do_inheritance()
823 if (ce->default_properties_count) { in zend_do_inheritance()
824 …zval *table = pemalloc(sizeof(zval) * (ce->default_properties_count + parent_ce->default_propertie… in zend_do_inheritance()
825 src = ce->default_properties_table + ce->default_properties_count; in zend_do_inheritance()
826 end = table + parent_ce->default_properties_count; in zend_do_inheritance()
827 dst = end + ce->default_properties_count; in zend_do_inheritance()
837 …end = pemalloc(sizeof(zval) * parent_ce->default_properties_count, ce->type == ZEND_INTERNAL_CLASS… in zend_do_inheritance()
838 dst = end + parent_ce->default_properties_count; in zend_do_inheritance()
841 src = parent_ce->default_properties_table + parent_ce->default_properties_count; in zend_do_inheritance()
860 ce->default_properties_count += parent_ce->default_properties_count; in zend_do_inheritance()
[all …]
H A Dzend_object_handlers.c80 zend_hash_init(zobj->properties, ce->default_properties_count, NULL, ZVAL_PTR_DTOR, 0); in rebuild_object_properties()
81 if (ce->default_properties_count) { in rebuild_object_properties()
96 while (ce->parent && ce->parent->default_properties_count) { in rebuild_object_properties()
149 *n = zobj->ce->default_properties_count; in zend_std_get_gc()
524 zv = zobj->properties_table + zobj->ce->default_properties_count; in zend_get_property_guard()
1483 if (!zobj1->ce->default_properties_count) { in zend_std_compare_objects()
1488 end = p1 + zobj1->ce->default_properties_count; in zend_std_compare_objects()
H A Dzend.h122 int default_properties_count; member
H A Dzend_opcode.c260 zval *end = p + ce->default_properties_count; in destroy_zend_class()
315 zval *end = p + ce->default_properties_count; in destroy_zend_class()
H A Dzend_API.c1198 if (class_type->default_properties_count) { in object_properties_init()
1201 zval *end = src + class_type->default_properties_count; in object_properties_init()
1220 if (object->ce->default_properties_count) { in object_properties_init_ex()
2860 if (EXPECTED(class_type->default_properties_count != 0)) { in display_disabled_class()
2862 zval *end = p + class_type->default_properties_count; in display_disabled_class()
3747 property_info->offset = OBJ_PROP_TO_OFFSET(ce->default_properties_count); in zend_declare_property_ex()
3748 ce->default_properties_count++; in zend_declare_property_ex()
3749 …le = perealloc(ce->default_properties_table, sizeof(zval) * ce->default_properties_count, ce->type… in zend_declare_property_ex()
H A Dzend_builtin_functions.c1140 …if (!zobj->ce->default_properties_count && properties == zobj->properties && !ZEND_HASH_GET_APPLY_… in ZEND_FUNCTION()
H A Dzend_operators.c609 if (!Z_OBJCE_P(op)->default_properties_count && in convert_to_array()
H A Dzend_compile.c1791 ce->default_properties_count = 0; in zend_initialize_class_data()
/PHP-7.2/ext/opcache/
H A Dzend_persist_calc.c322 ADD_SIZE(sizeof(zval) * ce->default_properties_count); in zend_persist_class_entry_calc()
323 for (i = 0; i < ce->default_properties_count; i++) { in zend_persist_class_entry_calc()
H A Dzend_accelerator_util_funcs.c351 ce->default_properties_table = emalloc(sizeof(zval) * old_ce->default_properties_count); in zend_class_copy_ctor()
353 end = src + old_ce->default_properties_count; in zend_class_copy_ctor()
H A Dzend_persist.c687 zend_accel_store(ce->default_properties_table, sizeof(zval) * ce->default_properties_count); in zend_persist_class_entry()
688 for (i = 0; i < ce->default_properties_count; i++) { in zend_persist_class_entry()
H A Dzend_file_cache.c597 end = p + ce->default_properties_count;
1233 end = p + ce->default_properties_count;
/PHP-7.2/ext/intl/common/
H A Dcommon_enum.cpp195 …bject*)ecalloc(1, sizeof(IntlIterator_object) + sizeof(zval) * (ce->default_properties_count - 1)); in IntlIterator_object_create()
/PHP-7.2/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp208 …ject*)ecalloc(1, sizeof(BreakIterator_object) + sizeof(zval) * (ce->default_properties_count - 1)); in BreakIterator_object_create()
/PHP-7.2/ext/intl/timezone/
H A Dtimezone_class.cpp376 …ne_object*)ecalloc(1, sizeof(TimeZone_object) + sizeof(zval) * (ce->default_properties_count - 1)); in TimeZone_object_create()
/PHP-7.2/ext/intl/calendar/
H A Dcalendar_class.cpp254 …ar_object*)ecalloc(1, sizeof(Calendar_object) + sizeof(zval) * (ce->default_properties_count - 1)); in Calendar_object_create()
/PHP-7.2/ext/mysqli/
H A Dmysqli.c1286 if (!ce->default_properties_count && !ce->__set) { in php_mysqli_fetch_into_hash()
/PHP-7.2/ext/pgsql/
H A Dpgsql.c2822 if (!ce->default_properties_count && !ce->__set) {

Completed in 125 milliseconds