Lines Matching refs:constants_table
256 HashTable *constants_table; in zend_cleanup_mutable_class_data() local
259 constants_table = mutable_data->constants_table; in zend_cleanup_mutable_class_data()
260 if (constants_table && constants_table != &ce->constants_table) { in zend_cleanup_mutable_class_data()
263 ZEND_HASH_MAP_FOREACH_PTR(constants_table, c) { in zend_cleanup_mutable_class_data()
268 zend_hash_destroy(constants_table); in zend_cleanup_mutable_class_data()
269 mutable_data->constants_table = NULL; in zend_cleanup_mutable_class_data()
312 ZEND_HASH_MAP_FOREACH_PTR(&ce->constants_table, c) { in destroy_zend_class()
411 if (zend_hash_num_elements(&ce->constants_table)) { in destroy_zend_class()
414 ZEND_HASH_MAP_FOREACH_PTR(&ce->constants_table, c) { in destroy_zend_class()
426 zend_hash_destroy(&ce->constants_table); in destroy_zend_class()
491 if (zend_hash_num_elements(&ce->constants_table)) { in destroy_zend_class()
494 ZEND_HASH_MAP_FOREACH_PTR(&ce->constants_table, c) { in destroy_zend_class()
513 zend_hash_destroy(&ce->constants_table); in destroy_zend_class()