mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
Musl's crypt() implementation of DES tries to handle invalid salts and can make this test fail because it returns an answer and not an error. Even musl however will reject a salt with a ':' in it, so we can make this test cross-platform by supplying an even less valid salt.