Home
last modified time | relevance | path

Searched refs:properties_table (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_objects.c33 object->properties_table = NULL; in zend_object_std_init()
46 if (object->properties_table) { in zend_object_std_dtor()
47 efree(object->properties_table); in zend_object_std_dtor()
49 } else if (object->properties_table) { in zend_object_std_dtor()
53 if (object->properties_table[i]) { in zend_object_std_dtor()
57 efree(object->properties_table); in zend_object_std_dtor()
148 (*object)->properties_table = NULL; in zend_objects_new()
164 if (old_object->properties_table) { in zend_objects_clone_members()
165 if (!new_object->properties_table) { in zend_objects_clone_members()
176 new_object->properties_table[i] = old_object->properties_table[i]; in zend_objects_clone_members()
[all …]
H A Dzend_object_handlers.c82 zobj->properties_table[prop_info->offset]) { in rebuild_object_properties()
95 zobj->properties_table[prop_info->offset]) { in rebuild_object_properties()
130 *table = zobj->properties_table; in zend_std_get_gc()
605 zobj->properties_table[property_info->offset] = value; in zend_std_write_property()
762 retval = &zobj->properties_table[property_info->offset]; in zend_std_get_property_ptr_ptr()
820 zobj->properties_table[property_info->offset] = NULL; in zend_std_unset_property()
850 zobj->properties_table[property_info->offset] = NULL; in zend_std_unset_property()
1361 if (zobj1->properties_table[i]) { in zend_std_compare_objects()
1362 if (zobj2->properties_table[i]) { in zend_std_compare_objects()
1365 …if (compare_function(&result, zobj1->properties_table[i], zobj2->properties_table[i] TSRMLS_CC)==F… in zend_std_compare_objects()
[all …]
H A Dzend_API.c1156 object->properties_table = emalloc(sizeof(zval*) * class_type->default_properties_count); in object_properties_init()
1158 object->properties_table[i] = class_type->default_properties_table[i]; in object_properties_init()
1161 ALLOC_ZVAL( object->properties_table[i]); in object_properties_init()
1162 MAKE_COPY_ZVAL(&class_type->default_properties_table[i], object->properties_table[i]); in object_properties_init()
1164 Z_ADDREF_P(object->properties_table[i]); in object_properties_init()
1195 object->properties_table = NULL; in _object_and_properties_init()
H A Dzend.h315 zval **properties_table; member
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c341 if (dbh->std.properties_table) { in PHP_METHOD()
342 efree(dbh->std.properties_table); in PHP_METHOD()
349 pdbh->std.properties_table = dbh->std.properties_table; in PHP_METHOD()
1581 dbh->std.properties_table = NULL; in pdo_dbh_free_storage()
/PHP-5.5/ext/spl/
H A Dspl_array.c556 obj->std.properties_table[property_info->offset] = NULL; in spl_array_unset_dimension_ex()
/PHP-5.5/
H A DNEWS2750 . Fixed bug #62565 (Crashes due non-initialized internal properties_table).

Completed in 96 milliseconds