1
0
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:
andy wharmby
2009-06-18 21:53:14 +00:00
parent a2dd5c26cd
commit e4ef8e925a
@@ -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--