Home
last modified time | relevance | path

Searched refs:hash_update_stream (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/hash/tests/
H A Dhash_update_stream.phpt2 Hash: hash_update_stream() test
12 hash_update_stream($ctx, $fp);
H A Dhash_update_file.phpt7 $filePath = __DIR__ . DIRECTORY_SEPARATOR . 'hash_update_stream.txt';
19 unlink(__DIR__ . DIRECTORY_SEPARATOR . 'hash_update_stream.txt');
H A Dhash_update_stream_basic_001.phpt2 Ensure hash_update_stream() always returns the same hash when $length = 0
23 hash_update_stream($ctx, $fp, 0);
/php-src/ext/hash/
H A Dhash.stub.php35 function hash_update_stream(HashContext $context, $stream, int $length = -1): int {}
H A Dhash_arginfo.h142 ZEND_FUNCTION(hash_update_stream);
177 ZEND_FE(hash_update_stream, arginfo_hash_update_stream)
H A Dhash.c709 PHP_FUNCTION(hash_update_stream) in PHP_FUNCTION() argument

Completed in 18 milliseconds