summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-07-23 10:47:13 +0000
committerJani Taskinen <jani@php.net>2007-07-23 10:47:13 +0000
commit0dd60dd1cd92860de2cd3edb07da96ef2806043e (patch)
tree0a80c376c181fb4f267cd1d53ed42725b96c5938 /ext
parentecb986892c295ba57d6ffd418c5c72873958a7b2 (diff)
downloadphp-git-0dd60dd1cd92860de2cd3edb07da96ef2806043e.tar.gz
MFH: fix descriptions
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/tests/file/fgetc_variation3.phpt2
-rw-r--r--ext/standard/tests/file/fgets_variation1.phpt2
-rw-r--r--ext/standard/tests/file/fread_variation2.phpt6
-rw-r--r--ext/standard/tests/file/is_file_variation4.phpt2
4 files changed, 6 insertions, 6 deletions
diff --git a/ext/standard/tests/file/fgetc_variation3.phpt b/ext/standard/tests/file/fgetc_variation3.phpt
index 036db51451..f8349989a4 100644
--- a/ext/standard/tests/file/fgetc_variation3.phpt
+++ b/ext/standard/tests/file/fgetc_variation3.phpt
@@ -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
/*
diff --git a/ext/standard/tests/file/fgets_variation1.phpt b/ext/standard/tests/file/fgets_variation1.phpt
index fdc7e26382..dbd51c6bbe 100644
--- a/ext/standard/tests/file/fgets_variation1.phpt
+++ b/ext/standard/tests/file/fgets_variation1.phpt
@@ -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
/*
diff --git a/ext/standard/tests/file/fread_variation2.phpt b/ext/standard/tests/file/fread_variation2.phpt
index 5ad1ba6e87..23813a6672 100644
--- a/ext/standard/tests/file/fread_variation2.phpt
+++ b/ext/standard/tests/file/fread_variation2.phpt
@@ -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
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 );