summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/bug60761.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/bug60761.phpt')
-rw-r--r--ext/zlib/tests/bug60761.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/zlib/tests/bug60761.phpt b/ext/zlib/tests/bug60761.phpt
index 1e9fe69a01..3e14bc2cdb 100644
--- a/ext/zlib/tests/bug60761.phpt
+++ b/ext/zlib/tests/bug60761.phpt
@@ -28,21 +28,21 @@ for ( $i=0 ; $i < 100 ; $i++ ) {
$len = strlen($html);
$lens[$len] = $len;
-}
-
+}
+
$lens = array_values($lens);
echo "Compressed Lengths\n";
// pass == only ONE length for all iterations
// (length didn't change during run)
-//
+//
// hard to anticipate what 'correct' length should be since
// return value of phpinfo() will vary between installations...
// just check that there is only one length
-//
+//
var_dump($lens); // show lengths to help triage in case of failure
-
+
// expected headers since its CGI
?>