function DrupalDummyRemoteStreamWrapper::realpath
Base implementation of realpath().
Overrides DrupalLocalStreamWrapper::realpath
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ file_test.module, line 458 - Helper module for the file tests.
Class
- DrupalDummyRemoteStreamWrapper
- Helper class for testing the stream wrapper registry.
Código
function realpath() {
return FALSE;
}