Home
last modified time | relevance | path

Searched refs:persistent_hashes (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_compile.c1757 zend_bool persistent_hashes = (ce->type == ZEND_INTERNAL_CLASS) ? 1 : 0; in zend_initialize_class_data() local
1768 …ex(&ce->properties_info, 8, NULL, (persistent_hashes ? zend_destroy_property_info_internal : NULL)… in zend_initialize_class_data()
1769 …ex(&ce->constants_table, 8, NULL, (persistent_hashes ? zend_destroy_class_constant_internal : NULL… in zend_initialize_class_data()
1770 zend_hash_init_ex(&ce->function_table, 8, NULL, ZEND_FUNCTION_DTOR, persistent_hashes, 0); in zend_initialize_class_data()

Completed in 24 milliseconds