- backdrop_detect_baseurl in core/
includes/ install.inc - Detects the base URL using the PHP $_SERVER variables.
- DBLogTestCase::generateLogEntries in core/
modules/ dblog/ tests/ dblog.test - Generates a number of random database log events.
- DBLogTestCase::testDBLogAddAndClear in core/
modules/ dblog/ tests/ dblog.test - Tests the addition and clearing of log events through the admin interface.
- DBLogTestCase::testDBLogCorrupted in core/
modules/ dblog/ tests/ dblog.test - Tests corrupted log entries can still display available data.
- DBLogTestCase::testDBLogException in core/
modules/ dblog/ tests/ dblog.test - Verifies that exceptions are caught in dblog_watchdog().
- DBLogTestCase::testLogMessageSanitized in core/
modules/ dblog/ tests/ dblog.test - Make sure HTML tags are filtered out in the log detail page.
- dblog_watchdog in core/
modules/ dblog/ dblog.module - Implements hook_watchdog().
- hook_watchdog in core/
modules/ system/ system.api.php - Log an event message.
- request_path in core/
includes/ bootstrap.inc - Returns the requested URL path of the page being viewed.
- syslog_watchdog in core/
modules/ syslog/ syslog.module - Implements hook_watchdog().
- watchdog in core/
includes/ bootstrap.inc - Logs a system message.
- watchdog_skip_semaphore in core/
modules/ simpletest/ tests/ actions_loop_test.module - Replacement of the watchdog() function that eliminates the use of semaphores so that we can test the abortion of an action loop.