@@ -13,15 +13,15 @@ echo "*** Testing the basic functionality of the file_get_contents() function **
13
13
echo "-- Testing with simple valid data file -- \n" ;
14
14
15
15
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 );
19
19
20
20
echo "\n-- Testing with empty file -- \n" ;
21
21
22
- create_files ($ file_path , 1 , "empty " , 0755 , 100 , "w " , "file " , 1 , "byte " );
23
- var_dump ( file_get_contents ($ file_path ."/file1 .tmp " ) );
24
- delete_files ($ file_path , 1 );
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 " ) );
24
+ delete_files ($ file_path , 1 , " file_get_contents_basic " , 1 );
25
25
26
26
echo "\n*** Done *** " ;
27
27
?>
0 commit comments