bootstrap_hooks()
Define the critical hooks that force modules to always be loaded.
includes/bootstrap.inc, line 579
<?php function bootstrap_hooks() { return array('init', 'exit'); } ?>