We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76677d commit 7a939dfCopy full SHA for 7a939df
ext/intl/formatter/formatter_format.c
@@ -45,7 +45,7 @@ PHP_FUNCTION( numfmt_format )
45
RETURN_THROWS();
46
}
47
if(Z_TYPE_P(number) == IS_ARRAY) {
48
- zend_type_error("given value must not be an array");
+ zend_type_error("Given value must not be an array");
49
50
51
0 commit comments