summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-07-23 10:45:53 +0000
committerJani Taskinen <jani@php.net>2007-07-23 10:45:53 +0000
commit6b7c17e222610a60d6e806342ab3150bc709aa52 (patch)
treee5f499782d37da5ee4f40241c999d717733947c1
parentd4b7248e8a1700218135390886c993b7d329d906 (diff)
downloadphp-git-6b7c17e222610a60d6e806342ab3150bc709aa52.tar.gz
fix descriptions
-rw-r--r--ext/standard/tests/file/fgetc_variation1.phpt2
-rw-r--r--ext/standard/tests/file/fwrite_error.phpt2
-rw-r--r--ext/standard/tests/file/is_file_variation4.phpt2
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/file/fgetc_variation1.phpt b/ext/standard/tests/file/fgetc_variation1.phpt
index 0e41e38e82..ad4dd01ed8 100644
--- a/ext/standard/tests/file/fgetc_variation1.phpt
+++ b/ext/standard/tests/file/fgetc_variation1.phpt
@@ -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
/*
diff --git a/ext/standard/tests/file/fwrite_error.phpt b/ext/standard/tests/file/fwrite_error.phpt
index fc05c77ee8..2c35f15fe6 100644
--- a/ext/standard/tests/file/fwrite_error.phpt
+++ b/ext/standard/tests/file/fwrite_error.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test fwrite() function : error conditions (fails, see bug#42057)
+Test fwrite() function : error conditions (Bug #42057)
--FILE--
<?php
/*
diff --git a/ext/standard/tests/file/is_file_variation4.phpt b/ext/standard/tests/file/is_file_variation4.phpt
index 82c96f4f77..55aeedfaad 100644
--- a/ext/standard/tests/file/is_file_variation4.phpt
+++ b/ext/standard/tests/file/is_file_variation4.phpt
@@ -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 );