It runs!

<?
set_time_limit(0);
thread_include(dirname(__FILE__).'/thread.php');
for ($i=0;$i< 300;$i++) {
    echo "test.php:$i\n";flush();
}


?>