zoe Mon May 18 19:27:33 2009 UTC Modified files: /phpruntests/src/testcase/sections rtExecutableSection.php Log: typo http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/rtExecutableSection.php?r1=1.5&r2=1.6&diff_format=u Index: phpruntests/src/testcase/sections/rtExecutableSection.php diff -u phpruntests/src/testcase/sections/rtExecutableSection.php:1.5 phpruntests/src/testcase/sections/rtExecutableSection.php:1.6 --- phpruntests/src/testcase/sections/rtExecutableSection.php:1.5 Sun May 17 20:02:46 2009 +++ phpruntests/src/testcase/sections/rtExecutableSection.php Mon May 18 19:27:33 2009 @@ -14,7 +14,7 @@ protected function writeExecutableFile() { - // @todo I think \n could be replaced with PHP_EOL here - need to check on Windows.s + // @todo I think \n could be replaced with PHP_EOL here - need to check on Windows. $contentsAsString = implode("\n", $this->sectionContents) . PHP_EOL; file_put_contents($this->fileName, (binary) $contentsAsString); }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php