<?php
function inSymlinkedFile()
{
	echo strlen("In the symlinked file\n"), "\n";
}
?>
