]> git.pld-linux.org Git - packages/php-pecl-zstd.git/blob - php8-argument.patch
One more reference
[packages/php-pecl-zstd.git] / php8-argument.patch
1 https://github.com/kjdev/php-ext-zstd/commit/729d8401bfba37a3ee558cd051a1a525b5301dbd
2 https://github.com/kjdev/php-ext-zstd/pull/35
3
4 002- ArgumentCountError: zstd_compress() expects at least 1 parameter, 0 given
5 002+ ArgumentCountError: zstd_compress() expects at least 1 argument, 0 given
6
7 --- php80-pecl-zstd-0.9.0/tests/002_b.phpt~     2020-06-04 08:14:49.000000000 +0300
8 +++ php80-pecl-zstd-0.9.0/tests/002_b.phpt      2021-01-03 11:18:38.017531735 +0200
9 @@ -29,7 +29,7 @@
10  ===Done===
11  --EXPECTF--
12  *** Testing zstd_compress() function with Zero arguments ***
13 -ArgumentCountError: zstd_compress() expects at least 1 parameter, 0 given in %s:%d
14 +ArgumentCountError: zstd_compress() expects at least 1 %s, 0 given in %s:%d
15  Stack trace:
16  #0 %s(%d): zstd_compress()
17  #1 {main}
18 --- php80-pecl-zstd-0.9.0/tests/005_b.phpt~     2020-06-04 08:14:49.000000000 +0300
19 +++ php80-pecl-zstd-0.9.0/tests/005_b.phpt      2021-01-03 11:19:37.230586143 +0200
20 @@ -33,7 +33,7 @@
21  ===DONE===
22  --EXPECTF--
23  *** Testing zstd_uncompress() function with Zero arguments ***
24 -ArgumentCountError: zstd_uncompress() expects exactly 1 parameter, 0 given in %s:%d
25 +ArgumentCountError: zstd_uncompress() expects exactly 1 %s, 0 given in %s:%d
26  Stack trace:
27  #0 %s(%d): zstd_uncompress()
28  #1 {main}
This page took 0.138814 seconds and 3 git commands to generate.