mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 05:14:52 +08:00
accidental space
This commit is contained in:
parent
86541b1aa8
commit
17b4c18830
@ -4,5 +4,5 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
$str = 'brotli_compress ( string $data, int $level = BROTLI_COMPRESS_LEVEL_DEFAULT, int $mode = BROTLI_GENERIC, string|null $dict = null ): string|false';
|
$str = 'brotli_compress ( string $data, int $level = BROTLI_COMPRESS_LEVEL_DEFAULT, int $mode = BROTLI_GENERIC, string|null $dict = null ): string|false';
|
||||||
assert(function_exists('brotli_compress'));
|
assert(function_exists('brotli_compress'));
|
||||||
assert(function_exists('brotli_uncompress '));
|
assert(function_exists('brotli_uncompress'));
|
||||||
assert(brotli_uncompress(brotli_compress($str)) === $str);
|
assert(brotli_uncompress(brotli_compress($str)) === $str);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user