Getting different hashes here. But this test isn't testing the hashes,

it is just making sure we actually get a hash and don't crash.
This commit is contained in:
Rasmus Lerdorf 2012-02-05 09:50:14 +00:00
parent a06e8ca56d
commit f3a7ba75cf

View File

@ -36,5 +36,5 @@ var_dump($arr['hash']);
echo "Done";
?>
--EXPECT--
string(8) "9337ed77"
string(8) "%s"
Done