]> git.pld-linux.org Git - packages/php-pecl-zstd.git/blame - php8-argument.patch
Update php8 argument/parameter difference
[packages/php-pecl-zstd.git] / php8-argument.patch
CommitLineData
e3fc40ed
ER
1002- ArgumentCountError: zstd_compress() expects at least 1 parameter, 0 given
2002+ ArgumentCountError: zstd_compress() expects at least 1 argument, 0 given
3
4--- php80-pecl-zstd-0.9.0/tests/002_b.phpt~ 2020-06-04 08:14:49.000000000 +0300
5+++ php80-pecl-zstd-0.9.0/tests/002_b.phpt 2021-01-03 11:18:38.017531735 +0200
6@@ -29,7 +29,7 @@
7 ===Done===
8 --EXPECTF--
9 *** Testing zstd_compress() function with Zero arguments ***
10-ArgumentCountError: zstd_compress() expects at least 1 parameter, 0 given in %s:%d
11+ArgumentCountError: zstd_compress() expects at least 1 %s, 0 given in %s:%d
12 Stack trace:
13 #0 %s(%d): zstd_compress()
14 #1 {main}
15--- php80-pecl-zstd-0.9.0/tests/005_b.phpt~ 2020-06-04 08:14:49.000000000 +0300
16+++ php80-pecl-zstd-0.9.0/tests/005_b.phpt 2021-01-03 11:19:37.230586143 +0200
17@@ -33,7 +33,7 @@
18 ===DONE===
19 --EXPECTF--
20 *** Testing zstd_uncompress() function with Zero arguments ***
21-ArgumentCountError: zstd_uncompress() expects exactly 1 parameter, 0 given in %s:%d
22+ArgumentCountError: zstd_uncompress() expects exactly 1 %s, 0 given in %s:%d
23 Stack trace:
24 #0 %s(%d): zstd_uncompress()
25 #1 {main}
This page took 0.08341 seconds and 4 git commands to generate.