--- embedaddon/php/ext/standard/tests/file/fseek_variation1.phpt 2012/02/21 23:48:03 1.1.1.1 +++ embedaddon/php/ext/standard/tests/file/fseek_variation1.phpt 2012/05/29 12:34:44 1.1.1.2 @@ -76,7 +76,7 @@ $values = array( // loop through each element of the array for offset foreach($values as $value) { - echo "\nArg value $value \n"; + echo @"\nArg value $value \n"; var_dump( fseek($fp, $value, $whence) ); var_dump( ftell($fp)); };