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