- libevent diagnostics
[m6w6/ext-http] / tests / encodings.phpt
index 98672bf12a20f0414846222b15a6fe4721e5da5f..f8676d5c26966a18a83ee8f5ad886588f595fce9 100644 (file)
@@ -14,8 +14,7 @@ error_reporting(E_ALL);
 
 $s = '';
 
-srand(time());
-for ($i = 0; $i < 1000000; $i++) {
+for ($i = 0; $i < 5000; ++$i) {
        $s .= chr(rand(0,255));
 }