--- embedaddon/php/ext/standard/tests/file/fgetss_variation5-win32.phpt 2012/02/21 23:48:03 1.1.1.1 +++ embedaddon/php/ext/standard/tests/file/fgetss_variation5-win32.phpt 2013/07/22 01:32:06 1.1.1.2 @@ -52,7 +52,7 @@ for($mode_counter = 0; $mode_counter < count($file_mod echo "Error: failed to open file $filename!\n"; exit(); } - // rewind the file pointer to begining of the file + // rewind the file pointer to beginning of the file var_dump( filesize($filename) ); var_dump( rewind($file_handle) ); var_dump( ftell($file_handle) );