NameLocationDescription
$active_dbdocs-6/globals.phpActive database connection.
$base_pathdocs-6/globals.phpThe base path of the drupal installation. At least will default to /.
$base_rootdocs-6/globals.phpThe root URL of the host excludes the path.
$base_theme_infodocs-6/globals.phpAn array of objects that reperesent the base theme. For documentation of the theme object see _init_theme().
$base_urldocs-6/globals.phpThe base URL of the drupal installation.
$channeldocs-6/globals.phpAn associative array containing title, link, description and other keys. The link should be an absolute URL.
$confdocs-6/globals.phpArray of persistent variables stored in 'variable' table.
$cookie_domaindocs-6/globals.phpThe domain to be used form session cookies.
$custom_themedocs-6/globals.phpName of custom theme to override default theme.
$db_prefixdocs-6/globals.phpThe prefix to be placed on all database tables.
$db_typedocs-6/globals.phpThe type of database being used.
$db_urldocs-6/globals.phpThe url of the database. Thorough documentation provided in default.settings.php.
$elementdocs-6/globals.phpStructured array describing the data to be rendered.
$forum_topic_list_headerdocs-6/globals.phpAn array of topic header information.
$iddocs-6/globals.phpActive statistics record id.
$imagedocs-6/globals.phpCurrent image tag used by aggregator.
$installed_profiledocs-6/globals.phpThe name of the profile that has just been installed.
$install_localedocs-6/globals.phpThe locale to use during installation
$itemdocs-6/globals.phpGeneral string or array.
$itemsdocs-6/globals.phpArray of items used by aggregator.
$languagedocs-6/globals.phpAn object containing the information for the active language.
$last_resultdocs-6/globals.phpResource of the query executed.
$menu_admindocs-6/globals.phpBoolean indicating that a menu administrator is running the menu access check.
$multibytedocs-6/globals.phpThe current multibyte mode. Possible values: UNICODE_ERROR, UNICODE_SINGLEBYTE, UNICODE_MULTIBYTE.
$niddocs-6/globals.phpActive blog node id.
$pager_page_arraydocs-6/globals.phpResult of pager_query() that is utilized by other functions.
$pager_totaldocs-6/globals.phpArray of the total number of pages per pager. The key is will be 0 by defualt, but can be specified via the $element parameter of pager_query().
$pager_total_itemsdocs-6/globals.phpArray of the total number of items per pager. The key is will be 0 by defualt, but can be specified via the $element parameter of pager_query().
$profiledocs-6/globals.phpThe name of the currently installed profile.
$queriesdocs-6/globals.phpArray of queries that have been executed.
$recent_activitydocs-6/globals.phpRecent activity statistics generated by statistics_exit().
$sample_globalcontrib-6/api/tests/sample/sample.phpA sample global.
$tagdocs-6/globals.phpActive tag name.
$themedocs-6/globals.phpName of the active theme.
$theme_enginedocs-6/globals.phpThe active theme engine related to the active theme.
$theme_infodocs-6/globals.phpActive theme object. For documentation of the theme object see _init_theme().
$theme_keydocs-6/globals.phpName of the active theme.
$theme_pathdocs-6/globals.phpPath to the active theme.
$timersdocs-6/globals.phpStores timers that have been created by timer_start().
$update_free_accessdocs-6/globals.phpAccess control for update.php script. Allows the update.php script to be run when not logged in as and administrator.
$update_modedocs-6/globals.phpDisabled caling hook_boot() and hook_exit() during the update process (update.php) since the database is in a largely unknown state.
$userdocs-6/globals.phpRepresentation of the current user. Stores preferences and other user information.
$userdrupal-6/modules/php/php.module
$xrds_current_servicedocs-6/globals.phpArray used by XRDS XML parser for OpenID to track parsing state.
$xrds_open_elementsdocs-6/globals.phpArray used by XRDS XML parser for OpenID to track parsing state.
$xrds_servicesdocs-6/globals.phpArray used by XRDS XML parser for OpenID to track parsing state.
$_memcache_statisticscontrib-6/memcache/dmemcache.inc