drupal_get_bootstrap_phase()
drupal/includes/bootstrap.inc, line 1082
Return the current bootstrap phase for this Drupal process. The current phase is the one most recently completed by drupal_bootstrap().
@see drupal_bootstrap
function drupal_get_bootstrap_phase() {
return drupal_bootstrap();
}