Lines Matching refs:default_properties_table
272 p = mutable_data->default_properties_table; in zend_cleanup_mutable_class_data()
273 if (p && p != ce->default_properties_table) { in zend_cleanup_mutable_class_data()
280 mutable_data->default_properties_table = NULL; in zend_cleanup_mutable_class_data()
318 if (ce->default_properties_table) { in destroy_zend_class()
319 p = ce->default_properties_table; in destroy_zend_class()
369 if (ce->default_properties_table) { in destroy_zend_class()
370 zval *p = ce->default_properties_table; in destroy_zend_class()
377 efree(ce->default_properties_table); in destroy_zend_class()
442 if (ce->default_properties_table) { in destroy_zend_class()
443 zval *p = ce->default_properties_table; in destroy_zend_class()
450 free(ce->default_properties_table); in destroy_zend_class()