@@ -13,14 +13,14 @@ echo "*** Testing the basic functionality of the file_get_contents() function **
1313echo  "-- Testing with simple valid data file -- \n" ;
1414
1515
16- create_files ($ file_path , 1 , "text " , 0755 , 100 , "w " , "file " , 1 , "byte " );
17- var_dump ( file_get_contents ($ file_path ."/file1 .tmp " ) );
18- delete_files ($ file_path , 1 );
16+ create_files ($ file_path , 1 , "text " , 0755 , 100 , "w " , "file_get_contents_basic " , 1 , "byte " );
17+ var_dump ( file_get_contents ($ file_path ."/file_get_contents_basic1 .tmp " ) );
18+ delete_files ($ file_path , 1 ,  " file_get_contents_basic " ,  1 );
1919
2020echo  "\n-- Testing with empty file -- \n" ;
2121
22- create_files ($ file_path , 1 , "empty " , 0755 , 100 , "w " , "file " , 1 , "byte " );
23- var_dump ( file_get_contents ($ file_path ."/file1 .tmp " ) );
22+ create_files ($ file_path , 1 , "empty " , 0755 , 100 , "w " , "file_get_contents_basic " , 1 , "byte " );
23+ var_dump ( file_get_contents ($ file_path ."/file_get_contents_basic1 .tmp " ) );
2424
2525echo  "\n*** Done *** " ;
2626?> 
0 commit comments