ZEND_FUNCTION_DTOR  512 Zend/zend.c    	zend_hash_init_ex(compiler_globals->function_table, 100, NULL, ZEND_FUNCTION_DTOR, 1, 0);
ZEND_FUNCTION_DTOR  707 Zend/zend.c    	zend_hash_init_ex(GLOBAL_FUNCTION_TABLE, 100, NULL, ZEND_FUNCTION_DTOR, 1, 0);
ZEND_FUNCTION_DTOR 6951 Zend/zend_compile.c 	zend_hash_init_ex(&ce->function_table, 0, NULL, ZEND_FUNCTION_DTOR, persistent_hashes, 0);
ZEND_FUNCTION_DTOR 2528 ext/opcache/ZendAccelerator.c 	zend_hash_init(&accel_globals->function_table, zend_hash_num_elements(CG(function_table)), NULL, ZEND_FUNCTION_DTOR, 1);
ZEND_FUNCTION_DTOR  461 ext/opcache/zend_accelerator_util_funcs.c 	ht->pDestructor = ZEND_FUNCTION_DTOR;