default_properties_count  138 Zend/zend.h    	int default_properties_count;
default_properties_count 1174 Zend/zend_API.c 	if (class_type->default_properties_count) {
default_properties_count 1177 Zend/zend_API.c 		zval *end = src + class_type->default_properties_count;
default_properties_count 1196 Zend/zend_API.c 	if (object->ce->default_properties_count) {
default_properties_count 3647 Zend/zend_API.c 			property_info->offset = OBJ_PROP_TO_OFFSET(ce->default_properties_count);
default_properties_count 3648 Zend/zend_API.c 			ce->default_properties_count++;
default_properties_count 3649 Zend/zend_API.c 			ce->default_properties_table = perealloc(ce->default_properties_table, sizeof(zval) * ce->default_properties_count, ce->type == ZEND_INTERNAL_CLASS);
default_properties_count 1186 Zend/zend_builtin_functions.c 	if (!zobj->ce->default_properties_count && properties == zobj->properties) {
default_properties_count 1640 Zend/zend_compile.c 	ce->default_properties_count = 0;
default_properties_count  765 Zend/zend_inheritance.c 	if (parent_ce->default_properties_count) {
default_properties_count  768 Zend/zend_inheritance.c 		if (ce->default_properties_count) {
default_properties_count  769 Zend/zend_inheritance.c 			zval *table = pemalloc(sizeof(zval) * (ce->default_properties_count + parent_ce->default_properties_count), ce->type == ZEND_INTERNAL_CLASS);
default_properties_count  770 Zend/zend_inheritance.c 			src = ce->default_properties_table + ce->default_properties_count;
default_properties_count  771 Zend/zend_inheritance.c 			end = table + parent_ce->default_properties_count;
default_properties_count  772 Zend/zend_inheritance.c 			dst = end + ce->default_properties_count;
default_properties_count  782 Zend/zend_inheritance.c 			end = pemalloc(sizeof(zval) * parent_ce->default_properties_count, ce->type == ZEND_INTERNAL_CLASS);
default_properties_count  783 Zend/zend_inheritance.c 			dst = end + parent_ce->default_properties_count;
default_properties_count  786 Zend/zend_inheritance.c 		src = parent_ce->default_properties_table + parent_ce->default_properties_count;
default_properties_count  805 Zend/zend_inheritance.c 		ce->default_properties_count += parent_ce->default_properties_count;
default_properties_count  859 Zend/zend_inheritance.c 				property_info->offset += parent_ce->default_properties_count * sizeof(zval);
default_properties_count   80 Zend/zend_object_handlers.c 		zend_hash_init(zobj->properties, ce->default_properties_count, NULL, ZVAL_PTR_DTOR, 0);
default_properties_count   81 Zend/zend_object_handlers.c 		if (ce->default_properties_count) {
default_properties_count   96 Zend/zend_object_handlers.c 			while (ce->parent && ce->parent->default_properties_count) {
default_properties_count  144 Zend/zend_object_handlers.c 			*n = zobj->ce->default_properties_count;
default_properties_count  500 Zend/zend_object_handlers.c 		guards = Z_PTR(zobj->properties_table[zobj->ce->default_properties_count]);
default_properties_count  508 Zend/zend_object_handlers.c 		Z_PTR(zobj->properties_table[zobj->ce->default_properties_count]) = guards;
default_properties_count 1370 Zend/zend_object_handlers.c 		if (!zobj1->ce->default_properties_count) {
default_properties_count 1375 Zend/zend_object_handlers.c 		end = p1 + zobj1->ce->default_properties_count;
default_properties_count   40 Zend/zend_objects.c 	if (EXPECTED(ce->default_properties_count != 0)) {
default_properties_count   41 Zend/zend_objects.c 		end = p + ce->default_properties_count;
default_properties_count   66 Zend/zend_objects.c 	if (EXPECTED(object->ce->default_properties_count)) {
default_properties_count   67 Zend/zend_objects.c 		end = p + object->ce->default_properties_count;
default_properties_count  171 Zend/zend_objects.c 	if (old_object->ce->default_properties_count) {
default_properties_count  174 Zend/zend_objects.c 		zval *end = src + old_object->ce->default_properties_count;
default_properties_count   87 Zend/zend_objects_API.h 		(ce->default_properties_count -
default_properties_count  261 Zend/zend_opcode.c 				zval *end = p + ce->default_properties_count;
default_properties_count  304 Zend/zend_opcode.c 				zval *end = p + ce->default_properties_count;
default_properties_count  600 Zend/zend_operators.c 						if (!Z_OBJCE_P(op)->default_properties_count && obj_ht == Z_OBJ_P(op)->properties) {
default_properties_count 1285 ext/mysqli/mysqli.c 		if (!ce->default_properties_count && !ce->__set) {
default_properties_count  401 ext/opcache/zend_accelerator_util_funcs.c 		ce->default_properties_table = emalloc(sizeof(zval) * old_ce->default_properties_count);
default_properties_count  403 ext/opcache/zend_accelerator_util_funcs.c 		end = src + old_ce->default_properties_count;
default_properties_count  531 ext/opcache/zend_file_cache.c 		end = p + ce->default_properties_count;
default_properties_count 1076 ext/opcache/zend_file_cache.c 		end = p + ce->default_properties_count;
default_properties_count  733 ext/opcache/zend_persist.c 			zend_accel_store(ce->default_properties_table, sizeof(zval) * ce->default_properties_count);
default_properties_count  734 ext/opcache/zend_persist.c 			for (i = 0; i < ce->default_properties_count; i++) {
default_properties_count  308 ext/opcache/zend_persist_calc.c 			ADD_SIZE(sizeof(zval) * ce->default_properties_count);
default_properties_count  309 ext/opcache/zend_persist_calc.c 			for (i = 0; i < ce->default_properties_count; i++) {
default_properties_count 2783 ext/pgsql/pgsql.c 		if (!ce->default_properties_count && !ce->__set) {