zend_destroy_property_info 6826 Zend/zend_compile.c 	zend_hash_init_ex(&ce->properties_info, 0, NULL, (dtor_func_t) (persistent_hashes ? zend_destroy_property_info_internal : zend_destroy_property_info), persistent_hashes, 0);
zend_destroy_property_info  510 ext/opcache/zend_accelerator_util_funcs.c 	ht->pDestructor = (dtor_func_t) zend_destroy_property_info;