If Deadwood finds this:
require('file.php');
It gets converted to this:
module_load_include('php', 'demo', 'ile');

Notice the third parameter drops the first letter (file becomes ile).