You must replace this line : $hexHash = array_shift(unpack('H*', $hash)); with those: $keys = unpack('H*', $hash); $hexHash = array_shift($keys);