From: Michael Wallner Date: Mon, 7 Nov 2005 12:41:39 +0000 (+0000) Subject: - ws X-Git-Tag: RELEASE_0_18_0~36 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=cbbaaf2cc3725f6c74198925ae6ccc346392909e - ws # must be some sort of complex that everything needs to be aligned... --- diff --git a/tests/HttpRequestPool_003.phpt b/tests/HttpRequestPool_003.phpt index 48f6adf..ccec043 100644 --- a/tests/HttpRequestPool_003.phpt +++ b/tests/HttpRequestPool_003.phpt @@ -48,7 +48,7 @@ class Pool extends HttpRequestPool HttpRequest::METH_GET, array( 'redirect' => 5, - 'compress' => GZIP, + 'compress' => GZIP, 'timeout' => TOUT, 'connecttimeout' => TOUT, 'lastmodified' => is_file($file)?filemtime($file):0 @@ -114,7 +114,7 @@ define('RMAX', 10); chdir(dirname(__FILE__)); $time = microtime(true); -$p = new Pool(); +$pool = new Pool(); printf("Elapsed: %0.3fs\n", microtime(true)-$time); echo "Done\n";