ZVAL_STRINGL please work

This commit is contained in:
Itamar Levy-Or
2021-06-21 11:58:18 -07:00
committed by Justin Boswell
parent 5397cc35bf
commit e0123d4653
8 changed files with 243 additions and 6 deletions
+13 -1
View File
@@ -121,4 +121,16 @@ function aws_crt_sign_request_aws(int $signable, int $signing_config, object $on
function aws_crt_crc32(string $input, int $prev): int {}
function aws_crt_crc32c(string $input, int $prev): int {}
function aws_crt_crc32c(string $input, int $prev): int {}
function aws_crt_sha1_new(): int {}
function aws_crt_sha256_new(): int {}
function aws_crt_md5_new(): int {}
function aws_crt_hash_update(int $hash, string $buffer): int{}
function aws_crt_hash_digest(int $hash, int $truncate_to, int $length): string {}
function aws_crt_hash_destroy(int $hash): void {}