summarylogtreecommitdiffstats
path: root/php80.patch
blob: dd2440d9d04a2256d3a0b8e9fce659d285f6b93d (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
diff --git a/tests/cnn_face_detection_ctor_error.phpt b/tests/cnn_face_detection_ctor_error.phpt
index 3535448..385e307 100644
--- a/tests/cnn_face_detection_ctor_error.phpt
+++ b/tests/cnn_face_detection_ctor_error.phpt
@@ -11,5 +11,5 @@ try {
 }
 ?>
 --EXPECTF--
-string(68) "CnnFaceDetection::__construct() expects exactly 1 parameter, 0 given"
+string(%d) "CnnFaceDetection::__construct() expects exactly 1 %s, 0 given"
 
diff --git a/tests/face_landmark_detection_ctor_error.phpt b/tests/face_landmark_detection_ctor_error.phpt
index 2a717db..1f783f2 100644
--- a/tests/face_landmark_detection_ctor_error.phpt
+++ b/tests/face_landmark_detection_ctor_error.phpt
@@ -16,5 +16,5 @@ try {
 }
 ?>
 --EXPECTF--
-string(73) "FaceLandmarkDetection::__construct() expects exactly 1 parameter, 0 given"
+string(%d) "FaceLandmarkDetection::__construct() expects exactly 1 %s, 0 given"
 string(45) "Unable to open non-existent file for reading."
diff --git a/tests/face_recognition_ctor_error.phpt b/tests/face_recognition_ctor_error.phpt
index c06ed39..237f2b0 100644
--- a/tests/face_recognition_ctor_error.phpt
+++ b/tests/face_recognition_ctor_error.phpt
@@ -11,4 +11,4 @@ try {
 }
 ?>
 --EXPECTF--
-string(67) "FaceRecognition::__construct() expects exactly 1 parameter, 0 given"
+string(%d) "FaceRecognition::__construct() expects exactly 1 %s, 0 given"