Content duplicate problem

Aaz <[email protected]> Fri, 18 May 2007 13:02:58 +0300
Newsgroups gmane.comp.apache.mod-layout
Message-ID <[email protected]>
Hello guys,
I've just found a problem.
In some sircumstances mod_layout can duplicate content of the file.
Fore example, file consists of 3 strings:
<?php
echo "blablabla<br/>";
?>
This will produce the following output:
blablabla
blablabla
Like script working twice. What could it be?