--- embedaddon/php/ext/standard/tests/file/fgetss_variation4.phpt 2012/02/21 23:48:03 1.1.1.1 +++ embedaddon/php/ext/standard/tests/file/fgetss_variation4.phpt 2013/07/22 01:32:06 1.1.1.2 @@ -47,7 +47,7 @@ for($mode_counter = 0; $mode_counter < count($file_mod 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) );