summaryrefslogtreecommitdiff
path: root/ext/intl/tests/bug48227.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/bug48227.phpt')
-rw-r--r--ext/intl/tests/bug48227.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/bug48227.phpt b/ext/intl/tests/bug48227.phpt
index a1e66f99e9..d44b5fc282 100644
--- a/ext/intl/tests/bug48227.phpt
+++ b/ext/intl/tests/bug48227.phpt
@@ -19,4 +19,4 @@ foreach (['', 1, NULL, $x] as $value) {
NumberFormatter::format(): Argument #1 ($value) must be of type int|float, string given
string(1) "1"
string(1) "0"
-NumberFormatter::format(): Argument #1 ($value) must be of type int|float, object given
+NumberFormatter::format(): Argument #1 ($value) must be of type int|float, NumberFormatter given