summaryrefslogtreecommitdiff
path: root/ext/hash/tests/mhash_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/tests/mhash_002.phpt')
-rw-r--r--ext/hash/tests/mhash_002.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/hash/tests/mhash_002.phpt b/ext/hash/tests/mhash_002.phpt
index 45cf09fb77..a44bb4b555 100644
--- a/ext/hash/tests/mhash_002.phpt
+++ b/ext/hash/tests/mhash_002.phpt
@@ -29,7 +29,7 @@ $supported_hash_al = array(
$hc = mhash_count() + 1;
-$known_hash_al = array();
+$known_hash_al = array();
for ($i=0; $i < $hc; $i++) {
$known_hash_al[mhash_get_hash_name($i)] = $i;
}
@@ -40,7 +40,7 @@ foreach ($supported_hash_al as $name => $len) {
echo "$name = $len\n";
} else {
echo "$name ? $len\n";
- }
+ }
}
?>
--EXPECTREGEX--