--- embedaddon/php/ext/bz2/tests/bug51997.phpt 2012/02/21 23:47:53 1.1.1.1 +++ embedaddon/php/ext/bz2/tests/bug51997.phpt 2013/07/22 01:31:38 1.1.1.2 @@ -7,7 +7,7 @@ Bug #51997 (SEEK_CUR with 0 value, returns a warning) error_reporting(E_ALL); -$filename = "testfile.bz2"; +$filename = "bug51997.bz2"; $str = "This is a test string.\n"; $bz = bzopen($filename, "w"); bzwrite($bz, $str);