summaryrefslogtreecommitdiffstats
path: root/26.patch
blob: e6a7553b414293c4bdbc6771f039f7263b202299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
From ffa7fd32ebd7e64a69868cae3ae1059ef33790ab Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Tue, 22 Sep 2020 15:38:38 +0200
Subject: [PATCH] parameter => argument in 8.0.0beta4

---
 tests/002_b.phpt | 4 ++--
 tests/005_b.phpt | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/002_b.phpt b/tests/002_b.phpt
index a56dac8..a2dc434 100644
--- a/tests/002_b.phpt
+++ b/tests/002_b.phpt
@@ -50,13 +50,13 @@ try {
 *** Testing lz4_compress() : error conditions ***
 
 -- Testing lz4_compress() function with Zero arguments --
-ArgumentCountError: lz4_compress() expects at least 1 parameter, 0 given in %s:%d
+ArgumentCountError: lz4_compress() expects at least 1 argument, 0 given in %s:%d
 Stack trace:
 #0 %s(%d): lz4_compress()
 #1 {main}
 
 -- Testing lz4_compress() function with more than expected no. of arguments --
-ArgumentCountError: lz4_compress() expects at most 3 parameters, 4 given in %s:%d
+ArgumentCountError: lz4_compress() expects at most 3 arguments, 4 given in %s:%d
 Stack trace:
 #0 %s(%d): lz4_compress(%s)
 #1 {main}
diff --git a/tests/005_b.phpt b/tests/005_b.phpt
index afb5158..c212d24 100644
--- a/tests/005_b.phpt
+++ b/tests/005_b.phpt
@@ -57,13 +57,13 @@ try {
 *** Testing lz4_uncompress() : error conditions ***
 
 -- Testing lz4_uncompress() function with Zero arguments --
-ArgumentCountError: lz4_uncompress() expects at least 1 parameter, 0 given in %s:%d
+ArgumentCountError: lz4_uncompress() expects at least 1 argument, 0 given in %s:%d
 Stack trace:
 #0 %s(%d): lz4_uncompress()
 #1 {main}
 
 -- Testing lz4_uncompress() function with more than expected no. of arguments --
-ArgumentCountError: lz4_uncompress() expects at most 3 parameters, 4 given in %s:%d
+ArgumentCountError: lz4_uncompress() expects at most 3 arguments, 4 given in %s:%d
 Stack trace:
 #0 %s(%d): lz4_uncompress(%s)
 #1 {main}