--TEST-- Test interoperability of password_verify() --SKIPIF-- --EXPECTF-- Argon2 provider: string(%d) "%s" Using password: string(44) "%s" Hash: string(97) "$argon2id$v=19$m=65536,t=2,p=1$%s$%s" bool(true) bool(false) Using password: string(44) "%s" Hash: string(98) "$argon2id$v=19$m=262144,t=2,p=1$%s$%s" bool(true) bool(false) Using password: string(44) "%s" Hash: string(97) "$argon2id$v=19$m=65536,t=3,p=1$%s$%s" bool(true) bool(false) Using password: string(44) "%s" Hash: string(98) "$argon2id$v=19$m=262144,t=3,p=1$%s$%s" bool(true) bool(false)