vinkla / hashids

A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.
https://hashids.org/php
MIT License
5.28k stars 418 forks source link

encode_hex not working in PHP #161

Closed NamarsahaM closed 3 years ago

NamarsahaM commented 3 years ago

hash_hex() function is returning blank, but it should return the hashed value.

vinkla commented 3 years ago

Here is a course on how to get started with PHPUnit: https://laracasts.com/series/code-katas-with-phpunit

NamarsahaM commented 3 years ago

I didn't get how it is related to the issue?

vinkla commented 3 years ago

PHPUnit is the test runner.