mirror of
https://github.com/php/php-src.git
synced 2026-04-27 01:48:26 +02:00
Fix test; remove spurious code
This commit is contained in:
@@ -17,14 +17,6 @@ echo "*** Testing readdir() : usage variations ***\n";
|
||||
var_dump($fp = fopen(__FILE__, "r"));
|
||||
var_dump( readdir($fp) );
|
||||
|
||||
// get file length over 256 characters
|
||||
<<<EOT
|
||||
123456789012345678901234567890
|
||||
123456789012345678901234567890
|
||||
123456789012345678901234567890
|
||||
123456789012345678901234567890
|
||||
123456789012345678901234567890
|
||||
EOT;
|
||||
?>
|
||||
===DONE===
|
||||
--EXPECTF--
|
||||
|
||||
Reference in New Issue
Block a user