--- embedaddon/php/ext/standard/tests/file/007_variation6.phpt 2012/02/21 23:48:03 1.1.1.1 +++ embedaddon/php/ext/standard/tests/file/007_variation6.phpt 2013/07/22 01:32:06 1.1.1.2 @@ -39,7 +39,7 @@ var_dump( get_resource_type($file_handle) ); //Check 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--