Lines Matching refs:default_properties_table
266 p = mutable_data->default_properties_table; in zend_cleanup_mutable_class_data()
267 if (p && p != ce->default_properties_table) { in zend_cleanup_mutable_class_data()
274 mutable_data->default_properties_table = NULL; in zend_cleanup_mutable_class_data()
306 if (ce->default_properties_table) { in destroy_zend_class()
307 p = ce->default_properties_table; in destroy_zend_class()
355 if (ce->default_properties_table) { in destroy_zend_class()
356 zval *p = ce->default_properties_table; in destroy_zend_class()
363 efree(ce->default_properties_table); in destroy_zend_class()
417 if (ce->default_properties_table) { in destroy_zend_class()
418 zval *p = ce->default_properties_table; in destroy_zend_class()
425 free(ce->default_properties_table); in destroy_zend_class()