13 calls to drupal_register_shutdown_function()

DrupalWebTestCase::prepareEnvironment in drupal/modules/simpletest/drupal_web_test_case.php
Prepares the current environment for running the test.
DrupalWebTestCase::tearDown in drupal/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.
hook_boot in drupal/modules/system/system.api.php
Perform setup tasks for all page requests.
menu_cache_clear in drupal/includes/menu.inc
Clears the cached data for a single named menu.
search_cron in drupal/modules/search/search.module
Implements hook_cron().
system_test_page_shutdown_functions in drupal/modules/simpletest/tests/system_test.module
A simple page callback which adds a register shutdown function.
_batch_page in drupal/includes/batch.inc
Renders the batch processing page based on the current state of the batch.
_drupal_log_error in drupal/includes/errors.inc
Logs a PHP error or exception and displays an error page in fatal cases.
_drupal_session_read in drupal/includes/session.inc
Reads an entire session from the database (internal use only).
_drupal_shutdown_function in drupal/includes/bootstrap.inc
Executes registered shutdown functions.
_lock_id in drupal/includes/lock.inc
Helper function to get this request's unique id.
_menu_clear_page_cache in drupal/includes/menu.inc
Clears the page and block caches at most twice per page load.
_system_test_first_shutdown_function in drupal/modules/simpletest/tests/system_test.module
Dummy shutdown function which registers another shutdown function.