--TEST-- Test normal operation of password_get_info() with Argon2 --SKIPIF-- --FILE-- --EXPECT-- array(3) { ["algo"]=> int(2) ["algoName"]=> string(7) "argon2i" ["options"]=> array(3) { ["memory_cost"]=> int(65536) ["time_cost"]=> int(3) ["threads"]=> int(1) } } OK!