#!/usr/bin/php $hash) { if ($t_hasher->CheckPassword($pass, $hash)) { $match++; } else { $fail++; } } print("match: $match \t fail: $fail \n");