1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

MFH: fix descriptions

This commit is contained in:
Jani Taskinen
2007-07-23 10:47:13 +00:00
parent ecb986892c
commit 0dd60dd1cd
4 changed files with 6 additions and 6 deletions
@@ -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
/*
@@ -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
/*
@@ -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
Done
@@ -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 );