Home
last modified time | relevance | path

Searched defs:binary (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/hash/
H A Dhash.stub.php12 function hash(string $algo, string $data, bool $binary = false, array $options = []): string {}
15 function hash_file(string $algo, string $filename, bool $binary = false, array $options = []): stri…
20 function hash_hmac(string $algo, string $data, #[\SensitiveParameter] string $key, bool $binary = f…
/php-src/ext/openssl/
H A Dopenssl.stub.php426 …OpenSSLCertificate|string $certificate, string $digest_algo = "sha1", bool $binary = false): strin…
431 function openssl_x509_check_private_key(OpenSSLCertificate|string $certificate, #[\SensitiveParamet…
/php-src/ext/standard/
H A Dcrypt_blowfish.c649 } binary; in BF_crypt() member
H A Dbasic_functions.stub.php2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/php-src/ext/zend_test/
H A Dtest.stub.php303 function zend_test_set_fmode(bool $binary): void {}
H A Dtest.c775 bool binary; in ZEND_FUNCTION() local
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c1361 static const char binary[] = "binary"; in set_text_binary() local

Completed in 62 milliseconds