php-src/ext/sodium/tests
Gabriel Caruso ce1d69a1f6 Use int instead of integer in type errors
PHP requires integer typehints to be written "int" and does not
allow "integer" as an alias. This changes type error messages to
match the actual type name and avoids confusing messages like
"must be of the type integer, integer given".
2018-02-04 19:08:23 +01:00
..
crypto_aead.phpt ext/sodium: untab tests 2017-10-02 22:28:46 +02:00
crypto_auth.phpt ext/sodium: untab tests 2017-10-02 22:28:46 +02:00
crypto_box.phpt ext/sodium: untab tests 2017-10-02 22:28:46 +02:00
crypto_generichash.phpt ext/sodium: untab tests 2017-10-02 22:28:46 +02:00
crypto_hex.phpt
crypto_kdf.phpt sodium ext: implement sodium_crypto_kdf() 2017-07-18 14:42:15 +02:00
crypto_kx.phpt
crypto_scalarmult.phpt ext/sodium: untab tests 2017-10-02 22:28:46 +02:00
crypto_secretbox.phpt ext/sodium: untab tests 2017-10-02 22:28:46 +02:00
crypto_secretstream.phpt ext/sodium: import secretstream test 2017-10-02 22:28:33 +02:00
crypto_shorthash.phpt ext/sodium: untab tests 2017-10-02 22:28:46 +02:00
crypto_sign.phpt ext/sodium: untab tests 2017-10-02 22:28:46 +02:00
crypto_stream.phpt ext/sodium: untab tests 2017-10-02 22:28:46 +02:00
exception_trace_without_args.phpt ext/sodium: untab tests 2017-10-02 22:28:46 +02:00
inc_add.phpt ext/sodium: untab tests 2017-10-02 22:28:46 +02:00
installed.phpt ext/sodium: untab tests 2017-10-02 22:28:46 +02:00
pwhash_argon2i.phpt ext/sodium: untab tests 2017-10-02 22:28:46 +02:00
pwhash_scrypt.phpt sodium ext: skip scrypt if it is not available 2017-07-30 15:41:34 +02:00
sodium_error_001.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
utils.phpt ext/sodium: untab tests 2017-10-02 22:28:46 +02:00
version.phpt