Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c1991 bool persistent_hashes = ce->type == ZEND_INTERNAL_CLASS; in zend_initialize_class_data() local
2002 zend_hash_init(&ce->properties_info, 8, NULL, NULL, persistent_hashes); in zend_initialize_class_data()
2003 zend_hash_init(&ce->constants_table, 8, NULL, NULL, persistent_hashes); in zend_initialize_class_data()
2004 zend_hash_init(&ce->function_table, 8, NULL, ZEND_FUNCTION_DTOR, persistent_hashes); in zend_initialize_class_data()

Completed in 45 milliseconds