13 calls to drupal_register_shutdown_function()

DrupalWebTestCase::prepareEnvironment in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Prepares the current environment for running the test.
DrupalWebTestCase::tearDown in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
drupal_cron_run in drupal-7.x/includes/common.inc
Executes a cron run when called.
hook_boot in drupal-7.x/modules/system/system.api.php
Perform setup tasks for all page requests.
menu_cache_clear in drupal-7.x/includes/menu.inc
Clears the cached cached data for a single named menu.
search_cron in drupal-7.x/modules/search/search.module
Implements hook_cron().
system_test_page_shutdown_functions in drupal-7.x/modules/simpletest/tests/system_test.module
A simple page callback which adds a register shutdown function.
_batch_page in drupal-7.x/includes/batch.inc
Renders the batch processing page based on the current state of the batch.
_drupal_session_read in drupal-7.x/includes/session.inc
Reads an entire session from the database (internal use only).
_drupal_shutdown_function in drupal-7.x/includes/bootstrap.inc
Executes registered shutdown functions.
_lock_id in drupal-7.x/includes/lock.inc
Helper function to get this request's unique id.
_menu_clear_page_cache in drupal-7.x/includes/menu.inc
Clears the page and block caches at most twice per page load.
_system_test_first_shutdown_function in drupal-7.x/modules/simpletest/tests/system_test.module
Dummy shutdown function which registers another shutdown function.