Merge pull request #37 from remicollet/issue-php8rc1

relax test for 8.0.0RC1
This commit is contained in:
goodspb
2020-10-01 13:28:00 +08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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."

View File

@@ -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"