--- embedaddon/php/ext/standard/tests/file/007_variation5.phpt 2012/02/21 23:48:03 1.1 +++ embedaddon/php/ext/standard/tests/file/007_variation5.phpt 2013/07/22 01:32:06 1.1.1.2 @@ -40,7 +40,7 @@ var_dump( filesize($file) ); //Check that data hasn't unlink($file); //Deleting the file fclose( fopen($file, "a") ); //Opening the non-existing file in "a" mode, which will be created -var_dump( file_exists($file) ); //Check for the existance of file +var_dump( file_exists($file) ); //Check for the existence of file echo "*** Done ***\n"; --CLEAN--