--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
/*
} // end of inner foreach loop
}// end of outer foreach loop
-echo"Done\n";
+echo "Done\n";
?>
--EXPECTF--
*** Testing fread() : usage variations ***
int(0)
bool(false)
-Done
\ No newline at end of file
+Done
--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 );