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()
312 if (ce->default_properties_table) { in destroy_zend_class()
313 p = ce->default_properties_table; in destroy_zend_class()
363 if (ce->default_properties_table) { in destroy_zend_class()
364 zval *p = ce->default_properties_table; in destroy_zend_class()
371 efree(ce->default_properties_table); in destroy_zend_class()
425 if (ce->default_properties_table) { in destroy_zend_class()
426 zval *p = ce->default_properties_table; in destroy_zend_class()
433 free(ce->default_properties_table); in destroy_zend_class()