]> granicus.if.org Git - php/commitdiff
fix descriptions
authorJani Taskinen <jani@php.net>
Mon, 23 Jul 2007 10:45:53 +0000 (10:45 +0000)
committerJani Taskinen <jani@php.net>
Mon, 23 Jul 2007 10:45:53 +0000 (10:45 +0000)
ext/standard/tests/file/fgetc_variation1.phpt
ext/standard/tests/file/fwrite_error.phpt
ext/standard/tests/file/is_file_variation4.phpt

index 0e41e38e8236622c19ad989211a644ba9f8c4bcc..ad4dd01ed847cbe08c787126adfad3389c01e625 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test fgetc() function : usage variations - read when file pointer at EOF(fails, see bug#42037)
+Test fgetc() function : usage variations - read when file pointer at EOF (Bug #42037)
 --FILE--
 <?php
 /*
index fc05c77ee809df89d47bc62326daa7e358252103..2c35f15fe60192cceb43d9693ac8c6c33801ccc1 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test fwrite() function : error conditions (fails, see bug#42057)
+Test fwrite() function : error conditions (Bug #42057)
 --FILE--
 <?php
 /*
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 );