]> granicus.if.org Git - php/commitdiff
MFH: fix descriptions
authorJani Taskinen <jani@php.net>
Mon, 23 Jul 2007 10:47:13 +0000 (10:47 +0000)
committerJani Taskinen <jani@php.net>
Mon, 23 Jul 2007 10:47:13 +0000 (10:47 +0000)
ext/standard/tests/file/fgetc_variation3.phpt
ext/standard/tests/file/fgets_variation1.phpt
ext/standard/tests/file/fread_variation2.phpt
ext/standard/tests/file/is_file_variation4.phpt

index 036db51451c6d094c5875ab78f806ccacecc77ec..f8349989a4735d3530f05a7cc836cca7c4d2a7c1 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test fgetc() function : usage variations - write only modes (fails, see bug#42036)
+Test fgetc() function : usage variations - write only modes (Bug #42036)
 --FILE--
 <?php
 /*
index fdc7e263828da3a6d69c7bf0a602fe0c50d7a8d6..dbd51c6bbeee886ab52fba8072dfe09d434b1952 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test fgets() function : usage variations - write only modes(fails, see bug#42036)
+Test fgets() function : usage variations - write only modes (Bug #42036)
 --FILE--
 <?php
 /*
index 5ad1ba6e8754569e0d6b2e2e84de7e98f7eab32a..23813a66722fd8bbc96f8f0aba6a08d5e5a76762 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test fread() function : usage variations - read some/all chars, write only mode(fails, see bug#42036)
+Test fread() function : usage variations - read some/all chars, write only mode (Bug #42036)
 --FILE--
 <?php
 /*
@@ -101,7 +101,7 @@ foreach($file_content_types as $file_content_type) {
   } // end of inner foreach loop
 }// end of outer foreach loop
 
-echo"Done\n";
+echo "Done\n";
 ?>
 --EXPECTF--
 *** Testing fread() : usage variations ***
@@ -653,4 +653,4 @@ Reading 1000 bytes from file, expecting 0 bytes ... OK
 int(0)
 bool(false)
 
-Done
\ No newline at end of file
+Done
index 82c96f4f77eeffc2aec7c9ef67f458a0d48eb1fa..55aeedfaada50f36acbf5bdcb9343823664cb63d 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test is_file() function: usage variations - diff. path notations(fails on linux, see bug#42027)
+Test is_file() function: usage variations - diff. path notations (Bug #42027)
 --FILE--
 <?php
 /* Prototype: bool is_file ( string $filename );