Base implementation of realpath().

Overrides DrupalLocalStreamWrapper::realpath

File

modules/simpletest/tests/file_test.module, line 466
Helper module for the file tests.

Class

DrupalDummyRemoteStreamWrapper
Helper class for testing the stream wrapper registry.

Code

function realpath() {
  return FALSE;
}